If a Webhook request receives a 300+ response, the request will be retried on the following schedule:
- Immediately
- 5 seconds
- 5 minutes
- 30 minutes
- 2 hours
- 5 hours
- 10 hours
- 10 hours (in addition to the previous)
For example, an attempt that fails three times before eventually succeeding will be delivered roughly 35 minutes and 5 seconds following the first attempt.
If all attempts to a specific endpoint fail for a period of 5 days, the endpoint will be disabled.