1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-13 07:46:43 +00:00
This commit is contained in:
2020-05-04 20:08:33 +08:00
parent a32cf2a0d3
commit 5ad6eed3a1

View File

@@ -259,6 +259,7 @@ func (jm *JobManager) status() MsgJobStatus {
}
for i, task := range jm.job.Tasks {
log.Info(i, jm.job.Tasks)
taskStatus := jm.jobStatus.tasks[task.Name]
spider := Spider{}
spider.Method = "GET"