mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-12 23:36:44 +00:00
update fair
This commit is contained in:
@@ -54,7 +54,7 @@ func (scheduler *SchedulerFair) Start() {
|
||||
go func() {
|
||||
flag := true
|
||||
for {
|
||||
log.Debug("Scheduling")
|
||||
log.Info("Scheduling")
|
||||
if !flag { /* no more job */
|
||||
time.Sleep(time.Millisecond * 100)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user