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:26:57 +08:00
parent 01661876fd
commit 00d420fa05

View File

@ -164,7 +164,7 @@ func (pool *ResourcePool) init(conf Configuration) {
}
pool.batchAllocations[task.Job] = append(pool.batchAllocations[task.Job], nodes[i])
}
//bug
break
}
pool.batchJobs = map[string]Job{}
for _, job := range left {