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

8 commits

Author SHA1 Message Date
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