Skip to content

Commit ee45a49

Browse files
committed
preparing to v2.2
1 parent a6870dd commit ee45a49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Procfile.production

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
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-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0pre
1+
2.2.0

resque.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
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

0 commit comments

Comments
 (0)