Procfile update for extra worker

jamesperet преди 9 години
родител
ревизия
85a9e147e0
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      Procfile

+ 2 - 1
Procfile

@@ -1 +1,2 @@
1
-web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
1
+web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
2
+resque: env TERM_CHILD=1 RESQUE_TERM_TIMEOUT=10 bundle exec rake resque:work