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