running delayed_job under monit with ubuntu
问题 I'm struggling to get delayed_job working under rails 3.0.9 (ruby 1.9.2). The only way I have succeeded to run is to tape manualy the command rake jobs:work. But I want that to be automatically started when the rails application is starting. I have installed monit under ubuntu and I configured it to launch a file located in my app. This fails looks like: check process delayed_job with pidfile /home/me/myapp/tmp/pids/delayed_job.pid start program = "/home/me/myapp/script/delayed_job start"