From fd63cb78c8e8467b369c3e38d675bfb3572dc66c Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 17 Oct 2012 10:55:18 -0700 Subject: [PATCH] the default worker entry in the procfile will not actually run a worker --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index 1f59ec43796..9fb9e3fbaef 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