Skip to content

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

Open
coderolisa wants to merge 1 commit into
Core-Foundry:mainfrom
coderolisa:retry-notifications
Open

feat(listener): retry failed Discord notifications with configurable …#55
coderolisa wants to merge 1 commit 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

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

3 participants