[Pkg-mailman-hackers] Bug#1092899: mailman3-web: Receiving e-mail every minute after upgrading from bullseye to bookworm
Alain D D Williams
addw at phcomp.co.uk
Tue Jan 14 12:02:48 GMT 2025
On Mon, Jan 13, 2025 at 01:44:58PM +0900, MIZUHARA Bun wrote:
> Package: mailman3-web
> Version: 0+20200530-2.1
> Severity: normal
>
> Dear Maintainer,
>
> After upgrading from bullseye to bookworm, I am receiving the following e-mail every minute.
> I do not know what this means, but this is very annoying.
>
> /usr/lib/python3/dist-packages/django_q/conf.py:139: UserWarning: Retry and timeout are misconfigured. Set retry larger than timeout,
> failure to do so will cause the tasks to be retriggered before completion.
> See https://django-q.readthedocs.io/en/latest/configure.html#retry for details.
I got that. I fixed it be editing /usr/share/mailman3-web/settings.py
near line 400. retry was not specified, so add a new value of 400.
To get:
#
# Asynchronous tasks
#
Q_CLUSTER = {
'timeout': 300,
'retry': 400,
'save_limit': 100,
'orm': 'default',
'poll': 5,
}
--
Alain Williams
Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer.
+44 (0) 787 668 0256 https://www.phcomp.co.uk/
Parliament Hill Computers. Registration Information: https://www.phcomp.co.uk/Contact.html
#include <std_disclaimer.h>
More information about the Pkg-mailman-hackers
mailing list