1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-12 23:36:44 +00:00
This commit is contained in:
2020-04-10 17:34:56 +08:00
parent a914e24b2c
commit 06b648c9ac

View File

@@ -173,6 +173,9 @@ func main() {
log.Fatal(err)
}
/* init jhl */
InstanceJobHistoryLogger().init()
pool = &ResourcePool{}
pool.nodes = make(map[string]NodeStatus)
pool.start()