increase goodjob thread count

This commit is contained in:
Donovan Daniels 2024-10-13 01:31:36 -05:00
parent 771132f702
commit ce1df3bedf
Signed by: Donovan_DMC
GPG Key ID: 907D29CBFD6157BA
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
server: bin/rails server -p 3000 -b 0.0.0.0 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

View File

@ -1,3 +1,3 @@
server: bin/rails server -p 3000 -b 0.0.0.0 server: bin/rails server -p 3000 -b 0.0.0.0
assets: yarn build --watch assets: yarn build --watch
jobs: bundle exec good_job start jobs: GOOD_JOB_MAX_THREADS=16 bundle exec good_job start