the default worker entry in the procfile will not actually run a worker
This commit is contained in:
parent
107b7b1cba
commit
fd63cb78c8
1 changed files with 1 additions and 0 deletions
1
Procfile
1
Procfile
|
|
@ -1 +1,2 @@
|
|||
web: bundle exec unicorn -c config/unicorn.rb -p $PORT
|
||||
worker: env QUEUE=* bundle exec rake resque:work
|
||||
Loading…
Reference in a new issue