webhook log_hook message count

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

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

tyi seams to work

Fantastic.