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

merge 3.x

This commit is contained in:
Mike Perham 2016-01-13 13:09:39 -08:00
commit 4d6133f87a

View file

@ -36,6 +36,12 @@ Sidekiq::Queues.clear_all
[detailed on my blog](http://www.mikeperham.com/2015/10/14/optimizing-sidekiq/).
- See the [4.0 upgrade notes](4.0-Upgrade.md) for more detail.
3.5.4
-----------
- Ensure exception message is a string [#2707]
- Revert racy Process.kill usage in sidekiqctl
3.5.3
-----------