diff --git a/Procfile b/Procfile index 1f59ec437..9fb9e3fba 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ web: bundle exec unicorn -c config/unicorn.rb -p $PORT +worker: env QUEUE=* bundle exec rake resque:work \ No newline at end of file