From 285cfa9647f268bb654e972a83cfab34c8f39ae7 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Fri, 22 Jan 2016 04:51:25 +0000 Subject: [PATCH] Changing worker back to rake jobs:work --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index c93dfd6..93afc98 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -worker: RAILS_ENV=production bin/delayed_job start +worker: bundle exec rake jobs:work web: bundle exec passenger start -p $PORT --max-pool-size 3 \ No newline at end of file