Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #180 from pangeo-forge/revert-back-to-original-con…
Browse files Browse the repository at this point in the history
…currency

Revert back to three Gunicorn workers
  • Loading branch information
andersy005 authored Nov 3, 2022
2 parents cb206da + 6b363b8 commit 83de349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ run:
&& export GOOGLE_APPLICATION_CREDENTIALS=${DATAFLOW_CREDS}
&& export BAKERY_SECRETS='./secrets/bakery-args.pangeo-ldeo-nsf-earthcube.yaml'
&& sops -d -i ${BAKERY_SECRETS}
&& gunicorn -w 2 -t 300 -k uvicorn.workers.UvicornWorker pangeo_forge_orchestrator.api:app
&& gunicorn -w 3 -t 300 -k uvicorn.workers.UvicornWorker pangeo_forge_orchestrator.api:app

0 comments on commit 83de349

Please sign in to comment.