misago_docker
misago_docker copied to clipboard
Mute write errors in uWSGI
When a HTTP connection is closed by client before server completes generating a response to it, a write error is emitted which then gets logged as OSError write error
.
During traffic spikes on site those errors also spike up, and can clog up 3rd party services, like they currently did clogging misago-project.org's Sentry.
This PR mutes those errors in uwsgi config
I will first implement this change on m-p.org and see how that changes things.