mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Update changes, bump version
This commit is contained in:
parent
ab1a2d567d
commit
b663547fcb
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
2.12.3
|
||||
-----------
|
||||
|
||||
- Revert back to Celluloid's TaskFiber for job processing which has proven to be more
|
||||
stable than TaskThread. [#985]
|
||||
|
||||
At this point, if you are experiencing stability issues with Sidekiq in
|
||||
Ruby 1.9, please try Ruby 2.0. It seems to be more stable.
|
||||
|
||||
2.12.2
|
||||
-----------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "2.12.2"
|
||||
VERSION = "2.12.3"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue