Merge "Work around OSError during large transfers"

This commit is contained in:
Zuul 2024-05-07 15:11:28 +00:00 committed by Gerrit Code Review
commit 8492120e7f
1 changed files with 4 additions and 0 deletions

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