Retry logic in WebhookService.java uses fixed backoff. Implement exponential backoff with jitter and a configurable max retry duration.
Retry logic in WebhookService.java uses fixed backoff. Implement exponential backoff with jitter and a configurable max retry duration.