Skip to content

Commit

Permalink
Increase gunicorn timeout
Browse files Browse the repository at this point in the history
Also increases keepalive timeout.
  • Loading branch information
sunu committed Jan 11, 2024
1 parent 22112a4 commit fba7efd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/osmcha/templates/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ spec:
image: {{ .Values.app.api.image.repository }}:{{ .Values.app.api.image.tag }}
command:
- gunicorn
- "--timeout"
- "3600"
- "--keep-alive"
- "60"
- "--workers"
- "4"
- "--bind"
Expand Down

0 comments on commit fba7efd

Please sign in to comment.