Skip to content

Commit

Permalink
feat(charts.crisiscleanup): increase wsgi workers to 5
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <[email protected]>
  • Loading branch information
BradenM committed Oct 2, 2024
1 parent 542d928 commit f275a59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/k8s/construct/api/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export class ApiWSGI
command: [
'/serve.sh',
'wsgi',
`--workers=${props.workers ?? 3}`,
`--workers=${props.workers ?? 5}`,
`--threads=${props.threads ?? 4}`,
'--worker-class=gthread',
'--worker-tmp-dir=/worker-tmp',
Expand Down
Loading

0 comments on commit f275a59

Please sign in to comment.