1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-15 08:16:43 +00:00
This commit is contained in:
2020-06-24 17:05:40 +08:00
parent 6a4526a2c9
commit 9b09c397bc
2 changed files with 3 additions and 3 deletions

View File

@@ -158,8 +158,8 @@ func (jm *JobManager) start() {
}
stats = append(stats, stat)
}
log.Info(jm.stats)
log.Info(stats)
//log.Info(jm.stats)
//log.Info(stats)
InstanceOfOptimizer().feedStats(jm.job, "Worker", stats)
jm.returnResource(jm.status().Status)
log.Info("JobMaster exited ", jm.job.Name)