1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-06-07 14:21:55 +00:00
This commit is contained in:
Newnius 2020-06-10 23:29:36 +08:00
parent 6f4e4ba77b
commit 6e424d7fe0

View File

@ -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
} }