1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-12 23:36:44 +00:00

update shceduler_fair, bugfix

This commit is contained in:
2019-08-01 14:16:44 +08:00
parent cfad24d26c
commit 9d3489ae91
2 changed files with 6 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ func (jm *JobManager) start() {
if len(resource.Status) > 0 {
break
}
time.Sleep(time.Second * 1)
}
log.Info("Receive resource", resource)
jm.resources = append(jm.resources, resource)