#Aquitaine-webhook-resend
1 messages · Page 1 of 1 (latest)
re_3Kv3wyBU8gUKDueq01XjFtha is another one
still digging into this, it seems like both the deliveries are perceived as first attempt in span of one second
It is highly unusual
Let me check with other colleagues
yeah it's one payment and two refunds out of $4,150,000 or so
I looked into it and unfortunately this can happen and is something we call out our docs:
https://stripe.com/docs/webhooks/best-practices#:~:text=Handle duplicate events,not processing already-logged events.
We knew about that and our event processor is idempotent. But two events coming in at exactly the same moment is a bit of a challenge. Guess we can just make a lock specific to the event id. Thanks!