#1109892 mailman3-web: Installer reports: UserWarning: Retry and timeout are misconfigured. Set retry larger than timeout

#1109892#5
Date:
2025-07-25 16:38:50 UTC
From:
To:

#1109892#10
Date:
2025-07-25 22:29:32 UTC
From:
To:
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