Skip to content

feat(webhooks): add exponential backoff with jitter to delivery retries#310

Merged
mikewheeleer merged 1 commit into
Talenttrust:mainfrom
centboy123:feature/webhook-retry-backoff
Jun 2, 2026
Merged

feat(webhooks): add exponential backoff with jitter to delivery retries#310
mikewheeleer merged 1 commit into
Talenttrust:mainfrom
centboy123:feature/webhook-retry-backoff

Conversation

@centboy123

@centboy123 centboy123 commented May 28, 2026

Copy link
Copy Markdown
Contributor

Closes #254


Implemented webhook delivery retry/backoff, retry metrics, DLQ callback path, and env-based retry policy validation for transient failures. No tests were run per request.

@drips-wave

drips-wave Bot commented May 28, 2026

Copy link
Copy Markdown

@centboy123 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@mikewheeleer mikewheeleer merged commit 8eef566 into Talenttrust:main Jun 2, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add exponential backoff with jitter to WebhookDeliveryService retry path

2 participants