From ff465163832db9d6f9c5d8f51ef009dbf1c64cae Mon Sep 17 00:00:00 2001 From: Jonathan Hyman Date: Thu, 12 Dec 2013 11:08:46 -0500 Subject: [PATCH] Remove the line which says that workers exit at a USR1 after stopping. This is not true and has never been the case. Use TERM for exiting after stopping with a timeout. --- Changes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Changes.md b/Changes.md index f121156f..b7790e89 100644 --- a/Changes.md +++ b/Changes.md @@ -1,7 +1,6 @@ 2.17.0 ----------- -- Change USR1 signal handling to exit process as soon as all workers are quiet. [#1358] - Change `Sidekiq::Client#push_bulk` to return an array of pushed `jid`s. [#1315, barelyknown] - Web UI refactoring to use more API internally (yummy dogfood!) - Much faster Sidekiq::Job#delete performance for larger queue sizes