1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-13 07:46:43 +00:00
This commit is contained in:
2020-04-12 11:15:56 +08:00
parent 55e3fe781b
commit 9dea0da98f

View File

@@ -364,7 +364,7 @@ func (scheduler *SchedulerFair) UpdateNextQueue() {
}
}
scheduler.nextQueue = next
log.Info("updateNextQueue ->", next)
log.Debug("updateNextQueue ->", next)
}
func (scheduler *SchedulerFair) Attach(GPU string, job string) {