1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-15 08:16:43 +00:00
This commit is contained in:
2020-04-30 22:19:24 +08:00
parent 1751e48eaa
commit 1447192a45
2 changed files with 8 additions and 5 deletions

View File

@@ -313,5 +313,6 @@ func (pool *ResourcePool) pickNode(nodes []*NodeStatus) *NodeStatus {
/* sort */
return nodes[0]
}