Description
Create a dead-letter queue for notifications that repeatedly fail delivery.
Tasks
Create DLQ storage.
Move failed notifications.
Provide retry tooling.
Add monitoring support.
Acceptance Criteria
Failed notifications enter DLQ.
Retry actions are supported.
Monitoring identifies DLQ growth.
Contributors start work by running:
git checkout -b backend/dead-letter-queue
Description
Create a dead-letter queue for notifications that repeatedly fail delivery.
Tasks
Create DLQ storage.
Move failed notifications.
Provide retry tooling.
Add monitoring support.
Acceptance Criteria
Failed notifications enter DLQ.
Retry actions are supported.
Monitoring identifies DLQ growth.
Contributors start work by running:
git checkout -b backend/dead-letter-queue