Changes
Comparing previous (160dc49) → e1cdaca.
| @@ -56,7 +56,7 @@ | ||
| 56 | 56 | ## Retries |
| 57 | 57 | |
| 58 | 58 | Deliveries retry on any `non-2xx` or timeout, with exponential backoff capped at 24 hours total โ |
| 59 | -roughly `1m, 5m, 15m, 1h, 3h, 6h, 12h`, then give up. Persistent failures put the endpoint in | |
| 59 | +roughly `1m, 5m, 15m, 1h, 3h, 6h, 12h`, then we give up and mark the delivery `failed`. Persistent failures put the endpoint in | |
| 60 | 60 | `status=failing` after 24 hours; the dashboard shows the last 100 delivery attempts. |
| 61 | 61 | |
| 62 | 62 | ## Event catalogue |