#rtj-event-retries
1 messages ยท Page 1 of 1 (latest)
rtj-event-retries
@modern laurel not really. You either have to respond 200 to the delivery, wait for all retries, or actively delete and recreate the WebhookEndpoint (but potentially miss Events)
I see. Perhaps I can register a local endpoint and ACK the event there? ๐ค
Will a retry ensure that the event is sent to both local + production webhook endpoints?
ACK with a 200 I mean
I don't really understand what you mean. The 200 is per endpoint. So if you add a separate endpoint and it responds 200 it won't affect the other one that is failing
Of course. Yep, got it. My bad. I was thinking the event is a "global" concept meaning if ACK'ed at one endpoint, it does not require a 200 from another.
I get yout point though, thanks for clarifying.
Gotcha so yeah that wouldn't work since the goal of this is guarantee any endpoints (even the ones you don't own like another platform you're connected to) have time to process the Event