mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-06-07 14:21:55 +00:00
update fair
This commit is contained in:
parent
31e45ec001
commit
0e22b84471
@ -329,6 +329,7 @@ func (scheduler *SchedulerFair) UpdateQuota() {
|
||||
quota := scheduler.queuesQuota[queue]
|
||||
quota.NumberGPU += per
|
||||
available -= per
|
||||
log.Info(quota)
|
||||
}
|
||||
if available > 0 {
|
||||
for queue := range scheduler.queues {
|
||||
|
Loading…
Reference in New Issue
Block a user