Skip to content

Remove unnessecary delay in polling when queue is not empty #42

@grusell

Description

@grusell

Is your feature request related to a problem? Please describe.
After processing of a job from the queue is finished, there is a delay before the next job is picked up. When using segmented encoding, this can have a noticeable effect on encoding time.

Describe the solution you'd like
If queue is not found to be empty, poll queue again immediately after processing the current item.

Describe alternatives you've considered
There is the workaround of lowering the polling delay

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions