Skip to content

Commit e89b9f1

Browse files
committedJun 25, 2014
Removed unused queue names from the Procfile and local tmux script
1 parent c846fb0 commit e89b9f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
2-
worker: env QUEUE=CRITICAL,process_asset,HIGH,MEDIUM,LOW,LOWER,EVENLOWER bundle exec rake resque:work
2+
worker: env QUEUE=CRITICAL,HIGH,MEDIUM,LOW,LOWER bundle exec rake resque:work
33
scheduler: bundle exec rake resque:scheduler
44
refresher: env QUEUE=REFRESH bundle exec rake resque:work
55
mailer: env QUEUE=mailer,digest_mailer bundle exec rake resque:work

‎script/ide

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tmux split-window -v
5757
tmux select-layout even-vertical
5858

5959
tmux select-pane -t 0
60-
tmux send-keys "clear ; env QUEUE=CRITICAL,process_asset,HIGH,MEDIUM,LOW,LOWER,EVENLOWER bin/rake resque:work" C-m
60+
tmux send-keys "clear ; env QUEUE=CRITICAL,HIGH,MEDIUM,LOW,LOWER bin/rake resque:work" C-m
6161
tmux select-pane -t 1
6262
tmux send-keys "clear ; env bin/rake resque:scheduler" C-m
6363
tmux select-pane -t 2

0 commit comments

Comments
 (0)
Please sign in to comment.