diff --git a/pkg/scheduler/internal/queue/scheduling_queue.go b/pkg/scheduler/internal/queue/scheduling_queue.go index 2311625a841..8359feb40bf 100644 --- a/pkg/scheduler/internal/queue/scheduling_queue.go +++ b/pkg/scheduler/internal/queue/scheduling_queue.go @@ -499,8 +499,6 @@ func (p *PriorityQueue) MoveAllToActiveOrBackoffQueue(event string) { unschedulablePods = append(unschedulablePods, pInfo) } p.movePodsToActiveOrBackoffQueue(unschedulablePods, event) - p.moveRequestCycle = p.schedulingCycle - p.cond.Broadcast() } // NOTE: this function assumes lock has been acquired in caller