Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AlmostNever preemption policy - best effort and critical workloads in otherwise non-preemptible CQ #4384

Open
3 tasks done
mwielgus opened this issue Feb 24, 2025 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@mwielgus
Copy link
Contributor

What would you like to be added:

New preemption policy - AlmostNever. Do not preempt unless the workload
belongs to one of 2 categories:

  • BestEffort workloads - workloads that can be preempted by any workload.
  • Critical workloads - workloads that can preempt any other workload.

Why is this needed:

Never rarely means never. Many Kueue users don't want preemption between regular workloads,
however, in case of low priority and super critical workloads, they want to make exceptions.

Completion requirements:

This enhancement requires the following artifacts:

  • Design doc
  • API change
  • Docs update

The artifacts should be linked in subsequent comments.

@mwielgus mwielgus added the kind/feature Categorizes issue or PR as related to a new feature. label Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant