Commit ee45a49c57a362305431cbf004e4590b713c910e

Authored by Dmitriy Zaporozhets
1 parent a6870dd0

preparing to v2.2

Showing 3 changed files with 3 additions and 3 deletions   Show diff stats
Procfile.production
1 1 web: bundle exec rails s -p $PORT -e production
2   -worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=* VVERBOSE=1
  2 +worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=*
... ...
VERSION
1   -2.2.0pre
  1 +2.2.0
... ...
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
... ...