22 Dec
2021
22 Dec
'21
8:22 p.m.
Your instincts were correct. I adjusted the Gunicorn timeouts for Postorius/ Django instead and that has alleviated the problem.
We use supervisord on our containers so I changed the gunicorn command there.
command = gunicorn --timeout 0 --graceful-timeout 300 --config /var/www/mailman-www/gunicorn_config.py wsgi
I'm also looking to speed up the processing so I'm wondering if adding more Gunicorn "workers" for Postorius would help with that.
I'll do some tests in the new year. Thanks for all your help.
Happy Holidays!