From 7daea8832d9df3b2c1a47f3a001ff3624a412b88 Mon Sep 17 00:00:00 2001 From: magnolia-fan Date: Thu, 6 Oct 2011 00:18:57 +0400 Subject: [PATCH] Adding worker to procfile --- Procfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 9249f1e..8cbf36a 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ -web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb \ No newline at end of file +web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb +worker: bundle exec rake jobs:work \ No newline at end of file