#hrueger
1 messages · Page 1 of 1 (latest)
Not that I know of. Let me dig a bit more and get back to you
Thank you!
So no, it's unfortunately not possible to disable retries. You would have to respond with a 200 success message to acknowledge receipt upon the retry.
OK, thanks for the clarification. That is not a problem, I'm already doing that.
If you disable the webhook, the next retry won't fire and won't schedule another retry. But that would mean you have to disable ALL webhooks
You might be able to cheekily disable your current webhook and then create a new one so it continues to work for new events while the old retry queue is emptied. I've never tried this before though - it would mean updating your webhook secret as well.
OK, that makes sense. I don't think I'll try that, though, it is not that many failed webhooks.
Thanks anyway, have a great day you two!