#arn4v-event-retries

1 messages · Page 1 of 1 (latest)

sonic kilnBOT
radiant cradle
#

Hi there

#

That's not possible I don't beleive

silent folio
#

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?

radiant cradle
#

Hmm so you want to know what webhooks are going to retry automatically still so you know which to retry manually?

sonic kilnBOT
sacred gyro
#

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

silent folio
#

Correct

#

We don't log the event ids of successfully processed ones unfortunately, so I don't have a list to filter against