1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-06-07 14:21:55 +00:00
This commit is contained in:
Newnius 2020-06-11 00:12:33 +08:00
parent 6b42565609
commit ec6bb68bca

View File

@ -144,6 +144,7 @@ func (pool *ResourcePool) init(conf Configuration) {
tasks = append(tasks, task) tasks = append(tasks, task)
} }
} }
log.Info(tasks)
job := Job{Tasks: tasks} job := Job{Tasks: tasks}
if len(tasks) == 0 { if len(tasks) == 0 {
break break