increase goodjob thread count
This commit is contained in:
parent
771132f702
commit
ce1df3bedf
2
Procfile
2
Procfile
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user