Work around OSError during large transfers

Change-Id: I8c802bfb64f5c262a8259fa7b14a79251c010d9f
This commit is contained in:
Jonathan Rosser 2024-04-23 14:34:42 +01:00
parent 378f34a813
commit 2088ca9b3a

View File

@ -47,3 +47,7 @@ safe-pidfile = {{ uwsgi_run_dir }}/{{ item.key }}/{{ uwsgi_system_slice_name }}/
log-x-forwarded-for = true
# Avoid filling up the logs with health check requests from haproxy.
route-user-agent = ^osa-haproxy-healthcheck$ donotlog:
ignore-sigpipe = true
ignore-write-errors = true
disable-write-exception = true