Commit 255a9e0325471aa270a65201a0b43c77823faf06
1 parent
6af33483
Exists in
master
and in
4 other branches
Improved resque.sh
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
resque.sh
1 | 1 | mkdir tmp/pids |
2 | -nohup bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid & >> log/resque_worker.log 2>&1 | |
2 | +bundle exec rake environment resque:work QUEUE=post_receive RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes | ... | ... |