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

17 lines
429 B
Markdown

---
title: SchedulerAsyncPreemption
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.32"
---
Enable running some expensive operations within the scheduler, associated with
[preemption](/docs/concepts/scheduling-eviction/pod-priority-preemption/), asynchronously.
Asynchronous processing of preemption improves overall Pod scheduling latency.