Retry policy
To ensure reliability, each webhook includes a retry mechanism in case of delivery failures, with a configurable policy.
- Automatic Retries: In case of a failed delivery (e.g.,
4xxor5xxHTTP status codes), the webhook will automatically retry. - Exponential Backoff: The retry interval increases exponentially with each attempt.
- Max Retry Count: By default, we retry up to 3 times. If all attempts fail, no further retries are attempted, and the event is logged.
Updated 8 months ago
