xavier chang

Results 697 comments of xavier chang

Hi, I didn't notice the pr you submitted has relationship with queue order, maybe you can describe your needs in detail and doc a design first: )

> Background: I want to use queueorder plugin to realize global priority order for some special tasks. For example tasks with priority larger than 500 will be tried to schedule...

The url in description seems not exists: )

If other queue's jobs all have higher priority,current queue can not reclaim their resources, reclaim will not happen, is this reasonable?

> > If other queue's jobs all have higher priority,current queue can not reclaim their resources, reclaim will not happen, is this reasonable? > > We just support this feature...

It conflicts with the existing allocation logic between queues. When we allocate tasks, we do not consider the priority of jobs between queues, but only consider the priority at the...