1
0
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:
Newnius 2020-05-28 21:39:41 +08:00
parent 4729960589
commit 08dcc14be2

View File

@ -166,9 +166,11 @@ func (scheduler *SchedulerFair) Start() {
}
IOU.NumberGPU += least
minRequestGPU -= least
if least != 0 {
log.Info(bestQueue, " borrow ", least, " from ", queue)
}
}
}
} else {
bestQueue = ""