mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-06-07 14:21:55 +00:00
update
This commit is contained in:
parent
6f4e4ba77b
commit
6e424d7fe0
@ -1038,6 +1038,6 @@ func (pool *ResourcePool) SetPreScheduleRatio(ratio float64) bool {
|
|||||||
func (pool *ResourcePool) DebugDump() map[string]interface{} {
|
func (pool *ResourcePool) DebugDump() map[string]interface{} {
|
||||||
res := map[string]interface{}{}
|
res := map[string]interface{}{}
|
||||||
res["batchJobs"] = pool.batchJobs
|
res["batchJobs"] = pool.batchJobs
|
||||||
res["pools"] = pool.pools
|
//res["pools"] = pool.pools
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user