From ce1df3bedfc94f5a5ef0c01bc98c8fcf8d5d8864 Mon Sep 17 00:00:00 2001 From: Donovan Daniels Date: Sun, 13 Oct 2024 01:31:36 -0500 Subject: [PATCH] increase goodjob thread count --- Procfile | 2 +- Procfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 85b7507..7c620e8 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ server: bin/rails server -p 3000 -b 0.0.0.0 -jobs: bundle exec good_job start +jobs: GOOD_JOB_MAX_THREADS=16 bundle exec good_job start diff --git a/Procfile.dev b/Procfile.dev index ab90747..28d5f05 100644 --- a/Procfile.dev +++ b/Procfile.dev @@ -1,3 +1,3 @@ server: bin/rails server -p 3000 -b 0.0.0.0 assets: yarn build --watch -jobs: bundle exec good_job start +jobs: GOOD_JOB_MAX_THREADS=16 bundle exec good_job start