volcano-sh / volcano

A Cloud Native Batch System (Project under CNCF)
https://volcano.sh
Apache License 2.0
3.92k stars 902 forks source link

如何查看正在pending的vcjob的优先级顺序,比如有A,B,C三个任务正在pending,怎么看哪个任务优先级最高会先被调度 #3559

Open lsj-x opened 4 days ago

lsj-x commented 4 days ago

Please provide an in-depth description of the question you have:

What do you think about this question?:

Environment:

Monokaix commented 3 days ago

You should check whether jobs are in same queue, if they are in same queue, then job specified higher priority class will be scheduled first, or the job in a queue with the smallest resource allocation ratio will be scheduled first.