1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2018-09-12 14:06:36 -07:00
parent 927680cae7
commit 3553a5a116
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,8 @@ HEAD
---------
- Raise error for duplicate queue names in config to avoid unexpected fetch algorithm change [#3911]
- Wrap WORKER_STATE in a mutex since Hash is not threadsafe on jruby [#3958]
- Fix concurrency bug on JRuby [#3958, mattbooks]
- Add "Kill All" button to the retries page [#3938]
5.2.1
-----------

View file

@ -1,4 +1,4 @@
# frozen_string_literal: true
module Sidekiq
VERSION = "5.2.1"
VERSION = "5.2.2"
end