We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccd2edd + df1389a commit ca59526Copy full SHA for ca59526
content/en/docs/reference/command-line-tools-reference/feature-gates/SchedulerPopFromBackoffQ.md
@@ -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