Skip to content

Commit

Permalink
removing uvicorn worker class from services that do not use fastapi
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Apr 1, 2024
1 parent 8febebb commit 7da5150
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions kube/services/fence/fence-gunicorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ data:
workers = 1
user = 'gen3'
group = 'gen3'
timeout = 300
worker_class = "uvicorn.workers.UvicornWorker"
timeout = 300
3 changes: 1 addition & 2 deletions kube/services/peregrine/peregrine-gunicorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ data:
workers = 1
user = 'gen3'
group = 'gen3'
timeout = 300
worker_class = "uvicorn.workers.UvicornWorker"
timeout = 300
3 changes: 1 addition & 2 deletions kube/services/requestor/requestor-gunicorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ data:
workers = 1
user = 'gen3'
group = 'gen3'
timeout = 300
worker_class = "uvicorn.workers.UvicornWorker"
timeout = 300
3 changes: 1 addition & 2 deletions kube/services/sheepdog/sheepdog-gunicorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ data:
workers = 1
user = 'gen3'
group = 'gen3'
timeout = 300
worker_class = "uvicorn.workers.UvicornWorker"
timeout = 300
3 changes: 1 addition & 2 deletions kube/services/wts/wts-gunicorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ data:
workers = 1
user = 'gen3'
group = 'gen3'
timeout = 300
worker_class = "uvicorn.workers.UvicornWorker"
timeout = 300

0 comments on commit 7da5150

Please sign in to comment.