Files
nomad/.changelog/18838.txt
Daniel Bennett b46b41a2e9 scheduler: appropriately unblock evals with quotas (#18838)
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.
2023-10-24 11:22:24 -05:00

4 lines
123 B
Plaintext

```release-note:bug
scheduler (Enterprise): auto-unblock evals with associated quotas when node resources are freed up
```