diff --git a/Procfile.production b/Procfile.production index 68e8556e9c03ebbdc13ed6762e1228c061a7c5c1..f1126486512411f376b7cebbb8256247d3708506 100644 --- a/Procfile.production +++ b/Procfile.production @@ -1,2 +1,2 @@ web: bundle exec rails s -p $PORT -e production -worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=* VVERBOSE=1 +worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=* diff --git a/VERSION b/VERSION index be536cf2a58cc37adcb1d15bd9e072e3593666d3..ccbccc3dc62631f22ff358ac418e52401ec770b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0pre +2.2.0 diff --git a/resque.sh b/resque.sh index 7c9850d0ec836843ee10b2920652ba7ce89f097c..84a1066f087261d6cb3af5e19f69a63f0d50391e 100755 --- a/resque.sh +++ b/resque.sh @@ -1,2 +1,2 @@ mkdir tmp/pids -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 +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