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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
- Add `is_one_of()` to `property_filter` for compact building of an allow-list based property filter.
13
13
14
14
### Changed
15
+
-`MultiBackendJobManager`: "created" and "queued_for_start" are now also considered for the queue limit of a backend.
15
16
16
17
### Removed
17
18
18
19
### Fixed
20
+
-`MultiBackendJobManager`: status "queued_for_start" is no longer overwritten to "created" to allow consistent tracking of the job lifecycle and more accurate handling of job starting.
0 commit comments