Skip to content

Commit

Permalink
Update config.yaml.j2
Browse files Browse the repository at this point in the history
update uwsgi read timeout to bit a bit longer than harakiri
  • Loading branch information
kdelee authored Aug 16, 2024
1 parent 7efa0f2 commit e8c147b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/installer/templates/configmaps/config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ data:
location {{ ingress_path }} {
# Add trailing / if missing
rewrite ^(.*)$http_host(.*[^/])$ $1$http_host$2/ permanent;
uwsgi_read_timeout 120s;
uwsgi_read_timeout 125s;
uwsgi_pass uwsgi;
include /etc/nginx/uwsgi_params;
include /etc/nginx/conf.d/*.conf;
Expand Down Expand Up @@ -300,8 +300,8 @@ data:
max-requests = 1000
buffer-size = 32768

harakiri = 115
harakiri-graceful-timeout = 110
harakiri = 120
harakiri-graceful-timeout = 115
harakiri-graceful-signal = 31
py-call-osafterfork = true

Expand Down

0 comments on commit e8c147b

Please sign in to comment.