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-26 21:06:13 +08:00
parent e462a46a19
commit fa85803c70

View File

@@ -689,6 +689,7 @@ func (pool *ResourcePool) acquireResource(job Job) []NodeStatus {
if len(candidates) >= len(job.Tasks)*3+5 {
break
}
log.Info(cur)
if cur.ID > cur.Next.ID {
break
}