Hi there,
I am using webhooks to send data from our base to our application endpoint, but we've observed that if our endpoint fails to respond correctly, the webhook is retried many times.
While we work on making our endpoint more resilient, the volume of retries can cause issues.
Is there any setting, configuration, or recommended best practice from your end that we can use as a workaround to prevent or immediately stop a webhook from retrying upon the first failure?
Our goal is to have more direct control over the retry behavior to avoid overloading our systems during an incident.
Thank you for your guidance.