What happens with webhooks after retries are exhausted?

sgolux
sgolux ✭✭✭
edited 04/12/23 in API & Developers

In your docs, it states that if a webhook callback times out (30 seconds I think) or gets a status code between 400 and 599 excluding 410, it will be retried on an exponential back off strategy for 14 times. But what happens after those 14? Is it just that THAT PARTICULAR collection of events will be dropped, but other events will continue to trigger webhooks? Or is it that the webhook itself will be disabled? Or something else?

Best Answer

Answers