Skip to content

Add submit_high_priority for high priority jobs#292

Open
josephschorr wants to merge 1 commit intojoblib:masterfrom
josephschorr:high-priority
Open

Add submit_high_priority for high priority jobs#292
josephschorr wants to merge 1 commit intojoblib:masterfrom
josephschorr:high-priority

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