Description
Move permanently failing push/webhook dispatches to DLQ table after 5 retries.
Files to Edit/Create
backend/src/services/notifications.rs
Acceptance Criteria
- Store failure payload and error message in
failed_webhook_dlq table.
Guidance / Hints
Record retry counts and error reason.
Description
Move permanently failing push/webhook dispatches to DLQ table after 5 retries.
Files to Edit/Create
backend/src/services/notifications.rsAcceptance Criteria
failed_webhook_dlqtable.Guidance / Hints
Record retry counts and error reason.