1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-06-06 22:01:55 +00:00

update GA

This commit is contained in:
Newnius 2020-05-27 19:32:16 +08:00
parent 770bfcbed0
commit b8b9f80a08

View File

@ -105,6 +105,7 @@ func (jm *JobManager) start() {
log.Warn(res)
return
}
log.Info(jm.job.Name, "-", i, " started")
jm.jobStatus.tasks[jm.job.Tasks[index].Name] = TaskStatus{Id: res.Id, Node: jm.resources[index].ClientHost}
}(i)
}