mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-15 08:16:43 +00:00
bugfix
This commit is contained in:
@@ -173,6 +173,9 @@ func main() {
|
|||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* init jhl */
|
||||||
|
InstanceJobHistoryLogger().init()
|
||||||
|
|
||||||
pool = &ResourcePool{}
|
pool = &ResourcePool{}
|
||||||
pool.nodes = make(map[string]NodeStatus)
|
pool.nodes = make(map[string]NodeStatus)
|
||||||
pool.start()
|
pool.start()
|
||||||
|
|||||||
Reference in New Issue
Block a user