• Gregory Haynes's avatar
    Reschedule with backoff · 5e4ccede
    Gregory Haynes authored
    With the alpha scheduling queue we move pods from unschedulable to
    active on certain events without a backoff. As a result we can cause
    starvation issues if high priority pods are in the unschedulable queue.
    Implement a backoff mechanism for pods being moved to active.
    
    Closes #56721
    5e4ccede
clock.go 878 Bytes