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

3 commits

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