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 setting for Tasks #123

Open
martinjoshua opened this issue Feb 8, 2022 · 0 comments
Open

Add Priority setting for Tasks #123

martinjoshua opened this issue Feb 8, 2022 · 0 comments
Labels
feature request Feature request

Comments

@martinjoshua
Copy link

Feature Request Description

There are times when we submit a large set of tasks that have no dependency on each other, and it would be preferred if a subset of those tasks executed first. We cannot set dependencies on these tasks as that would cause issues with our workflow. Thus, the ability to give a subset of these tasks a slightly higher priority than the rest would be the ideal solution.

Describe Preferred Solution

The preferred solution would be to add a "Priority" property on the Task, as it currently exists on the Job. When the scheduler determines which task should be assigned to a node, the Job priority would still be checked first. After that, task priority would offer a second level of prioritization.

@alfpark alfpark added the feature request Feature request label Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature request
Projects
None yet
Development

No branches or pull requests

2 participants