Dec. 18, 2025
10:12 a.m.
Mark Sapiro wrote:
On 12/17/25 06:51, Liam Reilly wrote:
After some experimentation, I think I've got a working configuration. Setting the timeout in /etc/mailman3/rest-wsgi.cfg did not seem to work properly. In the end I had to modify the systemd unit file for mailmanweb, adding a --timeout to the ExecStart line: ExecStart=/opt/mailman/venv/bin/gunicorn -c /opt/mailman/mm/gunicorn.conf.py --timeout 360 mailman_web.wsgi:application You could add timeout = 360 to /opt/mailman/mm/gunicorn.conf.py instead of modifying the mailmanweb service command.
Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Thanks, that also works.
Any thoughts on reducing the total time it takes for a mass operation on 1000s of members?