Commit 255a9e0325471aa270a65201a0b43c77823faf06

Authored by Dmitriy Zaporozhets
1 parent 6af33483

Improved resque.sh

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
1 mkdir tmp/pids 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