DRA scheduler: add Filter timeout #131908
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
sig/scheduling
Categorizes an issue or PR as relevant to SIG Scheduling.
wg/device-management
Categorizes an issue or PR as relevant to WG Device Management.
What would you like to be added?
Add a configurable timeout for the Filter operation in the DRA scheduler plugin.
/wg device-management
/sig scheduling
Why is this needed?
The runtime of the Filter operation is typically in the range of 10 to 200 milliseconds, but this cannot be guaranteed because it depends on the number of requests per ResourceClaim, number of ResourceClaims,
number of published devices in ResourceSlices, and the complexity of the requests.
The timeout ensures that users cannot slow down the scheduler too much by submitting complex workloads.
The text was updated successfully, but these errors were encountered: