rake jobs:workIf you need to start delayed jobs from a Capistrano task or from a monitoring framework like God, you should use the following commands.
To start:
script/delayed_job startTo stop:
script/delayed_job stopTo restart:
script/delayed_job restart
Hope this helps.
Nessun commento:
Posta un commento