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:
parent
87131f3cd4
commit
912471de01
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user