-
Notifications
You must be signed in to change notification settings - Fork 967
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
Support Queue‘s PriorityClassName #2660
Comments
@zbbkeepgoing queue priority is a useful ability. Would you provide a design doc or update to existing design doc firstly. I think there should be a lot of thing need to discuss. for example, the relationship between queue priority and job priority, how to avoid job starving in the low priority queue, how to use queue priority with proporiton together and other interactions. |
/assign @zbbkeepgoing |
The current idea and code are relatively simple. It seems that there are indeed many things to consider, I will write a relatively comprehensive design document first. |
|
Design: #2673 . |
Hello 👋 Looks like there was no activity on this issue for last 90 days. |
still need |
Hello 👋 Looks like there was no activity on this issue for last 90 days. |
still need |
/remove-lifecycle stale |
/remove lifecycle-stale |
/remove-lifecycle stale |
What would you like to be added:
Enables users to customize their queue priorities
Why is this needed:
There are some scenarios, users to customize their every job and task priorities is difficult and cumbersome. It‘s necessary to define the priority of the queue. Users can submit high-priority tasks to high-priority queues and low-priority tasks to low-priority queues. End users do not need to care about and set the priority of jobs and tasks, Of course, the priority of the job or task will still take effect.
The text was updated successfully, but these errors were encountered: