delayed_job icon indicating copy to clipboard operation
delayed_job copied to clipboard

delayed_job start creates a new process even if one is already running

Open wr0ngway opened this issue 15 years ago • 0 comments

Run "script/delayed_job start" twice, two processes will get started. The oldest one has to be killed manually since the pid file gets overwritten. The start action should check and not start a new process if one is already running (pid file exists, and a process with that pid is also running).

wr0ngway avatar Nov 10 '09 20:11 wr0ngway