Skip to content

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

@asrubylife

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.

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