#daimyotoan-webhook-retry
1 messages · Page 1 of 1 (latest)
Yes, we'll retry delivery up to a limit:
https://stripe.com/docs/webhooks/best-practices#retry-logic
Implement these best practices when using webhooks.
after 3 days, the delivery is considered a failure and there are no more retries
within 3 days, what's the interval of the retried event ?
with an exponential back off
so its sooner right after the first failure but the retries get further and further apart
thank you for your support 🙂