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 20:16:24 +08:00
parent b2f24cc8c8
commit 159dc88d15
2 changed files with 4 additions and 0 deletions

View File

@@ -340,6 +340,9 @@ func (jm *JobManager) stop(force bool) MsgStop {
log.Warn(res)
return
}
if res.Code != 0 {
log.Warn(res.Error)
}
}(taskStatus)
}