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 2012-04-06 21:05:14 -07:00
parent 1a00b88f8a
commit e74fe818f0

View file

@ -1,6 +1,10 @@
0.11.2 0.11.2
----------- -----------
- Implement "safe shutdown". The messages for any workers that
are stil busy when we hit the TERM timeout will be requeued in
Redis so the messages are not lost when the Sidekiq process exits.
[#110]
- Work around Celluloid's small 4kb stack limit [#115] - Work around Celluloid's small 4kb stack limit [#115]
- Add support for a custom Capistrano role to limit Sidekiq to - Add support for a custom Capistrano role to limit Sidekiq to
a set of machines. [#113] a set of machines. [#113]