From e74fe818f068cda3bbf6f889211d44477bbcdbe0 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Fri, 6 Apr 2012 21:05:14 -0700 Subject: [PATCH] changes --- Changes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes.md b/Changes.md index 42f3dffa..eead4536 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,10 @@ 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] - Add support for a custom Capistrano role to limit Sidekiq to a set of machines. [#113]