mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-12 23:36:44 +00:00
add debug
This commit is contained in:
@@ -170,6 +170,7 @@ func (jm *JobManager) status() MsgJobStatus {
|
||||
var res MsgTaskStatus
|
||||
err = json.Unmarshal([]byte(string(body)), &res)
|
||||
log.Info(res)
|
||||
log.Info(body)
|
||||
if err != nil {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user