mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
changes
This commit is contained in:
parent
1a00b88f8a
commit
e74fe818f0
1 changed files with 4 additions and 0 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue