tom
(Tom Mairs)
December 2, 2024, 2:39pm
42
I will try to dig into this a bit today.
That 100/s sounds like a default. If you have not done any shaping on it that would make sense. Try something like this.
[“webhook.dev1”]
mx_rollup = false
connection_limit = 100
max_deliveries_per_connection = 100000
max_connection_rate = “1000/s”
i applied it and will come back to you as soon was i have an update
wez
(Wez Furlong)
December 3, 2024, 8:16pm
44
FWIW, queue.rs: fix occasional accidental delay · KumoCorp/kumomta@4a0a4d6 · GitHub addresses a situation where some already delayed messages might get artificially delayed longer than intended, and that might be a factor here