sidekiq 2.12.0 gitlab [25 of 25 busy]
Created by: ayalaio
It has happened to me two times that I get sidekiq hanging.
I'm running gitlab 5.4, 6 puma workers, redis 2.4.
I have to restart sidekiq for it to free the busy workers
Check that after 2013-09-11T23:42:00Z sidekiq couldn't receive more jobs.
2013-09-11T23:39:23Z 15409 TID-104h6w ProjectWebHookWorker JID-8d5a0fc734f011edd127843b INFO: start
2013-09-11T23:40:32Z 15409 TID-owgv5o0hg PostReceive JID- INFO: start
2013-09-11T23:41:59Z 15409 TID-10q53k PostReceive JID- INFO: start
2013-09-11T23:42:00Z 15409 TID-zpwy4 PostReceive JID- INFO: start
2013-09-13T00:15:05Z 15409 TID-553wk INFO: Shutting down
2013-09-13T00:15:05Z 15409 TID-hnrqc INFO: Shutting down 0 quiet workers
2013-09-13T00:15:05Z 15409 TID-hnrqc INFO: Pausing up to 8 seconds to allow workers to finish...
2013-09-13T00:15:13Z 15409 TID-hnrqc INFO: Still waiting for 25 busy workers
2013-09-13T00:15:13Z 15409 TID-hnrqc INFO: Pushed 25 messages back to Redis
2013-09-13T00:16:09Z 18692 TID-5n6yc INFO: Booting Sidekiq 2.12.0 using redis://localhost:6379 with options {:namespace=>"resque:gitlab"}
2013-09-13T00:16:10Z 18692 TID-5n6yc INFO: Running in ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux]
2013-09-13T00:16:10Z 18692 TID-5n6yc INFO: See LICENSE and the LGPL-3.0 for licensing details.
2013-09-13T00:16:10Z 18692 TID-5n6yc INFO: Starting processing, hit Ctrl-C to stop