Procfile worker fix

jamesperet 9 lat temu
rodzic
commit
e1b83139e6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Procfile

+ 1 - 1
Procfile

@@ -1,2 +1,2 @@
1 1
 web: bundle exec rails server -p $PORT
2
-resque: env TERM_CHILD=1 RESQUE_TERM_TIMEOUT=10 bundle exec rake resque:work
2
+worker: env QUEUE=* bundle exec rake resque:work