#1109892 mailman3-web: Installer reports: UserWarning: Retry and timeout are misconfigured. Set retry larger than timeout #1109892
- Package:
- mailman3-web
- Source:
- mailman3-web
- Submitter:
- David Koski
- Date:
- 2025-07-25 22:49:02 UTC
- Severity:
- normal
Putting this into my local config /etc/mailman3/mailman3-web.py:
Q_CLUSTER = {
'timeout': 300,
'retry': 360,
'save_limit': 100,
'orm': 'default',
'poll': 5,
}
..fixed the problem. Looks like the default had no 'retry' and
defaulted to something less than 300, possibly 60,
David Koski