Skip to content

Performance issue when waiting for half sec for job to finish before continuing #99

Description

@asrubylife

This line was added to pause for a half a second to conserve system resources

usleep(500000);

However that makes processing jobs very slow. Changing that to say 500 improves queue processing performance drastically.

Making this configurable would allow the user to change it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions