We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6870dd commit ee45a49Copy full SHA for ee45a49
Procfile.production
@@ -1,2 +1,2 @@
1
web: bundle exec rails s -p $PORT -e production
2
-worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=* VVERBOSE=1
+worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=*
VERSION
@@ -1 +1 @@
-2.2.0pre
+2.2.0
resque.sh
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
0 commit comments