Commit ee45a49c57a362305431cbf004e4590b713c910e
1 parent
a6870dd0
Exists in
master
and in
4 other branches
preparing to v2.2
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
Procfile.production
VERSION
resque.sh
1 | 1 | mkdir tmp/pids |
2 | -nohup bundle exec rake environment resque:work QUEUE=* VVERBOSE=1 RAILS_ENV=production PIDFILE=tmp/pids/resque_worker_QUEUE.pid & >> log/resque_worker_QUEUE.log 2>&1 | |
2 | +nohup bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker_QUEUE.pid & >> log/resque_worker_QUEUE.log 2>&1 | ... | ... |