You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #5900 implemented support for blocked evaluations in the system scheduler, such that system jobs would be placed after capacity was available.
Some node properties are immutable (e.g. arch) and we do not want to recheck those properties for system jobs. Some are mutable (e.g. driver availability) and we need to recheck blocked evaluations when those properties change. We need to block filtered jobs iff they are filtered by properties that may change.
The text was updated successfully, but these errors were encountered:
PR #5900 implemented support for blocked evaluations in the system scheduler, such that system jobs would be placed after capacity was available.
Some node properties are immutable (e.g. arch) and we do not want to recheck those properties for system jobs. Some are mutable (e.g. driver availability) and we need to recheck blocked evaluations when those properties change. We need to block filtered jobs iff they are filtered by properties that may change.
The text was updated successfully, but these errors were encountered: