Commit 57491ce
committed
feat(libs/emails): Add retry with backoff for email-sender
Because:
- We want to enable retrying an email send if the send fails
This Commit:
- Adds a new retryWithBackoff for accounts-email-sender
- Adds configuration to change maxRetries, backoffMs, and
ignoreTempaltes
- Adds tests for new functionality
Closes: FXA-125911 parent 04725ea commit 57491ce
3 files changed
Lines changed: 465 additions & 9 deletions
File tree
- libs/accounts/email-sender/src
- packages/fxa-admin-server/src/config
0 commit comments