mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-18 18:38:18 +00:00
423abc4704
The ready queue maintainer now tracks for each dispatcher whether it is making progress. If it exceeds dispatcher_progress_watchdog_timeout then the task will be aborted and any message(s) it held onto will be returned to the scheduled queue. This will free up the connection slot and allow another connection to be attempted, potentially making further progress. refs: https://github.com/KumoCorp/kumomta/issues/539