> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meum.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Retry behavior

> Webhook delivery retry schedule and failure handling.

## Retry schedule

| Setting          | Value                |
| ---------------- | -------------------- |
| Max attempts     | 6                    |
| Backoff type     | Exponential          |
| Initial delay    | 60 seconds           |
| Delivery timeout | 10 seconds (default) |

## Success criteria

* HTTP response status 2xx
* For WooCommerce managed endpoints: response body must pass WooCommerce acknowledgment check

## Developer endpoint auto-disable

Custom developer endpoints (`CUSTOM_DEVELOPER` kind) are **automatically disabled** after **10 consecutive delivery failures**.

## Platform pause

When platform webhooks are globally paused, events are held with status `held` and released when delivery resumes.

## Related pages

* [Webhook delivery failed](/troubleshooting/webhook-delivery-failed)
* [WooCommerce retry behavior](/woocommerce/retry-behavior)
