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 priority queue to HTEX interchange #3727

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

matthewc2003
Copy link
Contributor

Description

Replaces pending_task_queue's queue.Queue() as a SortedList which functions as a priority queue in the interchange. Used to prioritize certain user-labeled tasks when distributing tasks to managers.

Changed Behaviour

Users can now use the parsl_resource_specification keyword in python apps to specify a 'priority'. Lower value is higher priority, tasks with higher priority will be distributed to workers first.

Fixes

Part of #3323 work.

Type of change

Choose which options apply, and delete the ones which do not apply.

  • New feature

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.

1 participant