Test the event stream
- Auth0 CLI
- cURL
user.created event in your event stream and return a response. In this example, webhooks are used to facilitate the event stream.
- Auth0 CLI
- cURL
Observability
Polling Deliveries endpoint
- Auth0 CLI
- cURL
- Log the failed event details.
- Alert the appropriate team or system to review and diagnose the issue.
Recovery
Redeliver a single failed event
- Auth0 CLI
- cURL
Batch redelivery of failed events
- Auth0 CLI
- cURL
Auto-disable mechanism
| Condition | Action taken |
|---|---|
| 500 consecutive failures | Event stream is disabled automatically. |
| 5000 total failures | Event stream is disabled automatically. |
- If an event stream is auto-disabled, you must use the Redelivery API to process any failed events.
- The event stream cannot be manually re-enabled until the total failure count drops below 5000.
- Once the number of failures is reduced, you can re-enable the stream via API.