mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-06-07 14:21:55 +00:00
update
This commit is contained in:
parent
9b09c397bc
commit
76095d0243
@ -156,8 +156,10 @@ func (jm *JobManager) start() {
|
|||||||
stat = append(stat, vals[i])
|
stat = append(stat, vals[i])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if len(stat) > 0 {
|
||||||
stats = append(stats, stat)
|
stats = append(stats, stat)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
//log.Info(jm.stats)
|
//log.Info(jm.stats)
|
||||||
//log.Info(stats)
|
//log.Info(stats)
|
||||||
InstanceOfOptimizer().feedStats(jm.job, "Worker", stats)
|
InstanceOfOptimizer().feedStats(jm.job, "Worker", stats)
|
||||||
|
Loading…
Reference in New Issue
Block a user