#beinggandhi-stop-webhook-retry

1 messages · Page 1 of 1 (latest)

sudden edge
#

Hello 👋
hmm don't think there's a way to cancel the automatic retries. let me take a look

#

Copying this here for complete context

I dont want to stop retries for the new webhook calls.

what I wanted was to cancel the retries for few old failures

example event :
"id": "evt_1LKUgGHaof0IjCDrEug3AalF"

#

yeah not seeing a way to disable the retries. You could just return 200 and call it a day.
Any particular reason you don't want to receive these events?

tepid mural
#

We fixed those orders manually to reduce the impact. Not we are in a state where the idempotency of the webhook is no longer true for those orders.

#

returning a 200 for few of these calls requires a code push and would be shabby code