Skip to content

Commit

Permalink
[#5112] Increase gunicorn timeout in training-env
Browse files Browse the repository at this point in the history
Some requests timeout because the backend takes too long to respond.
The frontend then retries them sometimes which can lead to creation of multiple objects
 as is the case when creating a contributing project in a program.
  • Loading branch information
MichaelAkvo committed Sep 15, 2022
1 parent 5c26490 commit 0279f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/training-envs/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ spec:
value: "something random"
- &gunicorn-debug-args
name: GUNICORN_DEBUG_ARGS
value: "--workers 4"
value: "--workers 4 --timeout 60"
- &db-password
name: DB_PASSWORD
valueFrom:
Expand Down

0 comments on commit 0279f38

Please sign in to comment.