mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-06-07 14:21:55 +00:00
update GA
This commit is contained in:
parent
770bfcbed0
commit
b8b9f80a08
@ -105,6 +105,7 @@ func (jm *JobManager) start() {
|
|||||||
log.Warn(res)
|
log.Warn(res)
|
||||||
return
|
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}
|
jm.jobStatus.tasks[jm.job.Tasks[index].Name] = TaskStatus{Id: res.Id, Node: jm.resources[index].ClientHost}
|
||||||
}(i)
|
}(i)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user