mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-13 07:46:43 +00:00
update
This commit is contained in:
@@ -689,6 +689,7 @@ func (pool *ResourcePool) acquireResource(job Job) []NodeStatus {
|
|||||||
if len(candidates) >= len(job.Tasks)*3+5 {
|
if len(candidates) >= len(job.Tasks)*3+5 {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
log.Info(cur)
|
||||||
if cur.ID > cur.Next.ID {
|
if cur.ID > cur.Next.ID {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user