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

scheduler: appropriately unblock evals with quotas #18838

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Commits on Oct 24, 2023

  1. scheduler: appropriately unblock evals with quotas

    When an eval is blocked due to e.g. cpu exhausted
    on nodes, but there happens to also be a quota on
    the job's namespace, the eval would not get auto-
    unblocked when the node cpu got freed up.
    
    This change ensures, when considering quota during
    BlockedEvals.unblock(), that the block was due to
    quota in the first place, so unblocking does not
    get skipped due to the mere existence of a quota
    on the namespace.
    gulducat committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5c2a7e7 View commit details
    Browse the repository at this point in the history