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

Support Queue‘s PriorityClassName #2660

Open
zbbkeepgoing opened this issue Jan 30, 2023 · 12 comments · May be fixed by #2656
Open

Support Queue‘s PriorityClassName #2660

zbbkeepgoing opened this issue Jan 30, 2023 · 12 comments · May be fixed by #2656
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@zbbkeepgoing
Copy link
Contributor

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.

@zbbkeepgoing zbbkeepgoing added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 30, 2023
@william-wang
Copy link
Member

@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.

@william-wang
Copy link
Member

/assign @zbbkeepgoing

@zbbkeepgoing
Copy link
Contributor Author

@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.

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.

@Thor-wl
Copy link
Contributor

Thor-wl commented Feb 3, 2023

@zbbkeepgoing hey, since Queue is one of the basic and most improtant CRD. We'd better to take more care of the compatibility and reliability. Can you give more details of the common and original scenarios?

@zbbkeepgoing
Copy link
Contributor Author

zbbkeepgoing commented Feb 10, 2023

Design: #2673 .

@stale
Copy link

stale bot commented Jun 10, 2023

Hello 👋 Looks like there was no activity on this issue for last 90 days.
Do you mind updating us on the status? Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! 🤗
If there will be no activity for 60 days, this issue will be closed (we can always reopen an issue if we need!).

@stale stale bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 10, 2023
@hwdef
Copy link
Member

hwdef commented Jun 11, 2023

still need

@stale stale bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 11, 2023
@stale
Copy link

stale bot commented Sep 17, 2023

Hello 👋 Looks like there was no activity on this issue for last 90 days.
Do you mind updating us on the status? Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! 🤗
If there will be no activity for 60 days, this issue will be closed (we can always reopen an issue if we need!).

@stale stale bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 17, 2023
@hwdef
Copy link
Member

hwdef commented Sep 17, 2023

still need

@lowang-bh
Copy link
Member

/remove-lifecycle stale

@volcano-sh-bot volcano-sh-bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 18, 2023
@lowang-bh
Copy link
Member

/remove lifecycle-stale

@lowang-bh
Copy link
Member

/remove-lifecycle stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants