Skip to content

Commit df1389a

Browse files
committed
KEP-5142: Add SchedulerPopFromBackoffQ feature gate docs
1 parent 30aae36 commit df1389a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: SchedulerPopFromBackoffQ
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: beta
10+
defaultValue: true
11+
fromVersion: "1.33"
12+
---
13+
14+
Improves scheduling queue behavior by popping pods from the backoffQ when the activeQ is empty.
15+
This allows to process potentially schedulable pods ASAP, eliminating a penalty effect of the backoff queue.

0 commit comments

Comments
 (0)