Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add submit_high_priority for high priority jobs #292

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

josephschorr
Copy link

Any jobs submitted by submit_high_priority will be placed at the beginning of the work queue, rather than at the end

Replaces the queue used internally with a custom _WorkTracker class

Fixes #291

Any jobs submitted by `submit_high_priority` will be placed at the beginning of the work queue, rather than at the end

Replaces the queue used internally with a custom `_WorkTracker` class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prioritization or somewhat controlled ordering of submitted tasks?
1 participant