-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8091d1
commit ff90389
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Highlights | ||
|
||
## Bugfixes | ||
|
||
Fixes a bug where after a server failure a worker could end up only polling on the sticky task queue and | ||
never poll on the normal task queue | ||
|
||
# Changeset | ||
|
||
2023-09-27 - 67a5afb3 - Remove unbound variable (#1846) | ||
2023-09-27 - d4671e3e - Reset sticky queue backlog on empty response (#1859) | ||
2023-09-27 - d8091d15 - Release WF slot on UnableToAcquireLockException (#1871) |