the default worker entry in the procfile will not actually run a worker

This commit is contained in:
Maxwell Salzberg 2012-10-17 10:55:18 -07:00
parent 107b7b1cba
commit fd63cb78c8

View file

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