Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions releases/v1.21.2
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)