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