Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm running delayed_job (by collectiveidea) and use god to monitor it (version 2 - running on Rails 2.3). in the god configuration file, what changes do I need to make in order to raise more then 1 worker?

is it just adding the -n parameter to the start command? do i need to change the restart / stop commands as well? what about the PID location, does running several delayed_jobs creates several PIDs? if so, when PID location do I need to pass to god

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.