#slowgen-webhook-failure
1 messages · Page 1 of 1 (latest)
Depends on why it failed. Usually we will retry a few times with exponential back-off until eventually we stop retrying altogether. Once that happens, we send an email to let you know. See: https://stripe.com/docs/webhooks#built-in-retries
Today it timed out on twice on two different payments, it retired once after 30 minutes on one, and after 60 minutes on another
How does it determine when to try again, seemed like there wasn't a set time
I don't know the exact retry logic unfortunately. You should be able to programmatically check when the next retry will be, though I'm not sure if that helps you at all: https://stripe.com/docs/webhooks/best-practices#retry-logic