1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

13 commits

Author SHA1 Message Date
Mike Perham
ee7e181bd6 Rejigger heartbeat data to be a stable hash, not a time-based sorted set. 2014-03-02 21:18:26 -08:00
Mike Perham
bbe245e4ff Initial pass at heartbeat, still failing tests 2014-03-02 16:36:00 -08:00
Jonathan Hyman
e0c20d1612 Remove async on termination of fetcher/poller, leave everything else the same. 2014-01-10 14:58:53 -05:00
Jonathan Hyman
8d1eb10f28 Terminate the poller and the fetcher synchronously. 2014-01-10 11:56:20 -05:00
Jonathan Hyman
dd805e3fa8 Attempt a bulk requeue for reliable-fetch when shutting down.
I believe there is a case where an #assign will happen after a requeue and cause work to remain in the reliable-fetch queue.
2013-12-21 07:59:36 -06:00
Mike Perham
a8c0e28bba Whoa, reason is actually an Exception. Didn't know that. 2013-09-22 20:48:17 -07:00
Mike Perham
a7b422af9b Change watchdog to propagate exceptions so Sidekiq quickly dies, #1194. 2013-09-22 14:05:29 -07:00
Mike Perham
92f62f1af0 Polish launcher 2013-09-21 20:17:37 -07:00
Mike Perham
5635d4fbc6 Update Launcher to monitor the core Actors, #1194 2013-09-21 17:05:33 -07:00
Brian Goff
adeaa84db9 Supervise Sidekiq::Manager
This should resolve issues where if the manager actor crashes Sidekiq should no longer freeze
2013-09-21 10:51:49 -04:00
Mike Perham
b7089ef746 Delay launcher until after daemonization 2013-02-22 12:40:19 -08:00
Lin Jen-Shin
13c940eb7d Extract procline feature from Manager to Launcher.
We don't want to touch the process name if we're integrating
Sidekiq into existing process, so better not to put procline
assignment in Manager, but in CLI where we launch standalone
Sidekiq process.
2013-02-17 22:50:27 +08:00
Lin Jen-Shin
f17e94acc8 Add Sidekiq::Launcher, extracted from Sidekiq::CLI.
This is a step forward to run Sidekiq inside a process,
making it more easily to integrate into existing process.
2013-02-17 22:49:48 +08:00