1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-15 08:16:43 +00:00

add concurrent

This commit is contained in:
2020-04-13 22:35:17 +08:00
parent 2705e12c52
commit 7e1c4349b9
5 changed files with 168 additions and 91 deletions

View File

@@ -207,7 +207,6 @@ func main() {
InstanceJobHistoryLogger().init()
pool = &ResourcePool{}
pool.nodes = make(map[string]NodeStatus)
pool.start()
switch config.SchedulerPolicy {