#vilesa_webhooks

1 messages ¡ Page 1 of 1 (latest)

celest joltBOT
#

👋 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.

lilac dune
#

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

celest joltBOT
sinful slate
#

so, not possible to decide that we want the first retry after 5 minutes rather than after 60 min?

violet trench
#

If you want to opt for that cadence of retries, then you should be that via your integration

sinful slate
#

what do you mean ?

violet trench
#

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

sinful slate
#

what invoice are you referring to

#

I don't think you understood my message

violet trench
#

I mean you simply retry the payment, whether it's an invoice or direct Payment Intent (invoice was just an example.)

sinful slate
#

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?

violet trench
#

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.

sinful slate
#

no probs
ok thanks anyway!