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