Use asynchronous queues to process events
Ignore duplicate events
Handle out-of-sequence events
user.updated (for User 1)user.created (for User 1)user.deleted (for User 2)user.updated (for User 2)
data.object in the payload includes a created_at field and an updated_at field.
Listen for specific event types
System behavior during failed event deliveries
Disable failing event streams
-
Auth0 receives 500 failures (i.e., anything other than a
2XX) in a row. - The Event Stream reaches 5000 total failed deliveries.
-
Auth0 receives three consecutive delivery attempt failures (i.e., anything other than a
2XX).- If you wish to permit more delivery attempt failures, submit a support ticket requesting the number of failures you wish to permit, and Auth0 will review your request.