1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Adds changelog notes for 2.17.3

This commit is contained in:
Jonathan Hyman 2014-01-16 18:43:32 -05:00
parent c89cca6aff
commit 09c0038891

View file

@ -1,7 +1,11 @@
2.17.3
-----------
- Synchronously terminates the poller and fetcher to fix a race condition in bulk requeue during shutdown [#1406]
2.17.2
-----------
- Fix race condition in bulk requeue during shutdown [#1406]
- Fix bug where strictly prioritized queues might be processed out of
order [#1408]. A side effect of this change is that it breaks a queue
declaration syntax that worked, although only because of a bug—it was