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