From 9fb2cecf6790a3a1812c4428e7036edd2ca0bc58 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Tue, 26 Mar 2013 14:37:57 +0000 Subject: [PATCH] Add worker process for Heroku delayed job --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index 3daf4f2..f7b4865 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ web: bundle exec unicorn -p $PORT -E $RACK_ENV +worker: bundle exec rake jobs:work