18 Nov
2021
18 Nov
'21
2:38 p.m.
Mark Sapiro wrote:
On 11/4/21 5:06 AM, Andrew Hodgson wrote:
Hi.
I am seeing an issue whereby messages get stuck in the /opt/mailman/var/archives/hyperkitty/spool directory.
This happens when Mailman's attempt to archive the message gets a non-success status from HyperKitty. The pickled message object gets stored in the above spool/ directory. Each subsequent message to archive retries the messages in the spool.
Ok thanks for this. Its happening because the Gunicorn process running the Django server is being killed due to OOM conditions. Is there any settings I can change to troubleshoot/throttle this in Gunicorn or Django?
Thanks. Andrew.