From 2a7f6d035c9f5201f93ce5187b5f8de1a36d382b Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 14 Nov 2019 14:23:37 -0600 Subject: [PATCH] Remove unneeded job worker for procfile --- Procfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Procfile b/Procfile index d6f09003..19810b76 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,2 @@ web: bundle exec puma -C ./config/puma.rb -worker: bundle exec rake jobs:work