Skip to content

feat: add configurable notification retry backoff - #1

Merged
olalois merged 1 commit into
mainfrom
issue-707-notification-retry-backoff
Sep 3, 2026
Merged

olalois merged 1 commit into
mainfrom
issue-707-notification-retry-backoff

Conversation

@olalois

@olalois olalois commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • centralize retry backoff calculation across providers and retry queues
  • validate retry parameters and enforce a hard maximum delay
  • add configuration schema/tests and update documentation

Validation

  • Editor diagnostics report no errors in changed TypeScript files
  • git diff --check passes
  • Jest/typecheck could not run because the container did not produce the listener dependency binaries after installation

Closes Core-Foundry#707

@olalois
olalois merged commit 01942f1 into main Sep 3, 2026
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 Notification Retry Backoff Configuration

1 participant