Skip to content

feat(listener): retry failed Discord notifications with configurable …#55

Merged
Abd-Standard merged 2 commits into
Core-Foundry:mainfrom
coderolisa:retry-notifications
Jun 30, 2026
Merged

feat(listener): retry failed Discord notifications with configurable …#55
Abd-Standard merged 2 commits into
Core-Foundry:mainfrom
coderolisa:retry-notifications

Conversation

@coderolisa

Copy link
Copy Markdown

…retries and exponential backoff

This change adds automatic retries for transient Discord webhook failures:\n\n- Configurable via env vars: and \n- Default behavior: 5 retries and 1s backoff base\n- Implements exponential backoff and logs each attempt with attempt number and delay\n- Adds and to and reads them in \n\nNotes:\n- No tests were added; you can run listener with / set to verify behavior.\n

closes #7

…retries and exponential backoff

This change adds automatic retries for transient Discord webhook failures:\n\n- Configurable via env vars:  and \n- Default behavior: 5 retries and 1s backoff base\n- Implements exponential backoff and logs each attempt with attempt number and delay\n- Adds  and  to  and reads them in \n\nNotes:\n- No tests were added; you can run listener with / set to verify behavior.\n
@Abd-Standard

Copy link
Copy Markdown
Collaborator

please resolve conflicts and fix CI

@Abd-Standard Abd-Standard merged commit 26d96b6 into Core-Foundry:main Jun 30, 2026
1 of 3 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.

Implement Retry Logic for Failed Notifications

2 participants