1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-12 23:36:44 +00:00

update fair

This commit is contained in:
2020-05-28 21:28:18 +08:00
parent 159dc88d15
commit 93dbb21de7
3 changed files with 87 additions and 15 deletions

View File

@@ -343,6 +343,7 @@ func (jm *JobManager) stop(force bool) MsgStop {
if res.Code != 0 {
log.Warn(res.Error)
}
log.Info(task.Id, " is killed")
}(taskStatus)
}