From de0dc2f2a80757e6e731449d717115a28f5134f0 Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Fri, 18 Jan 2019 11:53:36 -0500 Subject: [PATCH] Update procfile (#1590) * Change worker line in procfile * mod buildpacks * Add bin/start-pgbouncer * Modify procfile * Remove bin/start-pgbouncer --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index f31beb4916672..ae689ef51de3f 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: bin/start-pgbouncer bundle exec puma -C config/puma.rb -worker: bundle exec rake worker \ No newline at end of file +worker: bundle exec rake jobs:work \ No newline at end of file