We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to enhance if there are multiple queues that are needed to be reclaimed, then we need to check the queue’s priority to sort.
Need to enhance if there are multiple queues needed to be reclaimed, then we need to check the queue’s priority to sort.
Slack thread: https://cloud-native.slack.com/archives/C011GJDQS0N/p1738809052026239?thread_ts=1738361347.510989&cid=C011GJDQS0N
The text was updated successfully, but these errors were encountered:
@raravena80 I would love to work on this issue. Could you please assign it to me?
Sorry, something went wrong.
This should be an existing feature according to https://github.com/volcano-sh/apis/blob/release-1.11/pkg/apis/scheduling/types.go#L357. And I think it had been implemented at https://github.com/volcano-sh/volcano/blob/release-1.11/pkg/scheduler/framework/session_plugins.go#L826.
/assign @aryasoni98
Correct, I think it's already solved
aryasoni98
No branches or pull requests
What is the problem you're trying to solve
Need to enhance if there are multiple queues that are needed to be reclaimed, then we need to check the queue’s priority to sort.
Describe the solution you'd like
Need to enhance if there are multiple queues needed to be reclaimed, then we need to check the queue’s priority to sort.
Additional context
Slack thread: https://cloud-native.slack.com/archives/C011GJDQS0N/p1738809052026239?thread_ts=1738361347.510989&cid=C011GJDQS0N
The text was updated successfully, but these errors were encountered: