1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-06-07 06:11:56 +00:00

update fair

This commit is contained in:
Newnius 2020-06-03 17:16:19 +08:00
parent 87131f3cd4
commit 912471de01

View File

@ -297,6 +297,9 @@ func (scheduler *SchedulerPriority) updateGroup(group Group) bool {
}
func (scheduler *SchedulerPriority) DebugDump() map[string]interface{} {
res := map[string]interface{}{}
res := map[string]interface{}{
"queue": scheduler.queue,
"schedulingJobs": scheduler.schedulingJobs,
"history": scheduler.history}
return res
}