#arn4v-event-retries
1 messages · Page 1 of 1 (latest)
We had a major problem in our webhook handler that we didn't figure out until now. That caused many user data to fall out of sync because we weren't handling it properly.
What is the ideal way to do this?
Hmm so you want to know what webhooks are going to retry automatically still so you know which to retry manually?
arn4v-event-retries
Do you have your own cache/tracking of which Events you have processed? Because if it were me, I'd use https://stripe.com/docs/api/events/list to go back through the history of Events and basically find all the ones I might have missed