#vilesa_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1314582186736746506
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hmm, no not really. The retries are automatic according to a dynamic retry schedule. You can retry them manually via the Dashboard and/or CLI if you like
so, not possible to decide that we want the first retry after 5 minutes rather than after 60 min?
If you want to opt for that cadence of retries, then you should be that via your integration
what do you mean ?
Sorry maybe I wasn't enough clear. I you want to have this retry policy:
the first retry after 5 minutes rather than after 60 min?
Then you need to implement it via your integration, like you configure a job for example that calls Stripe API to pay the invoice after 5 min and another call after 60min
I don't have any invoice, I'm just referring to this message
I mean you simply retry the payment, whether it's an invoice or direct Payment Intent (invoice was just an example.)
that's not at all my subject
My question is: if stripe fails to deliver an event to our webhook, is there any way to retry the deliver after 5 minutes, rather than after 1 hour?
Ah sorry, I totally miss-understand your question, my bad!
My question is: if stripe fails to deliver an event to our webhook, is there any way to retry the deliver after 5 minutes, rather than after 1 hour?
No it's not possible.
no probs
ok thanks anyway!