Skip to content

Commit a0ea1a8

Browse files
committed
KEP-4247: Graduate SchedulerQueueingHints feature to GA
1 parent 48f8ce3 commit a0ea1a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/SchedulerQueueingHints.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ stages:
1717
- stage: beta
1818
defaultValue: true
1919
fromVersion: "1.32"
20+
toVersion: "1.33"
21+
- stage: stable
22+
defaultValue: true
23+
fromVersion: "1.34"
2024
---
2125
Enables [the scheduler's _queueing hints_ feature](/docs/concepts/scheduling-eviction/scheduling-framework/#queueinghint),
2226
which benefits to reduce the useless requeueing.

0 commit comments

Comments
 (0)