INC-2025-503: Notification Service Sev2 Incident
Date: 2026-01-16 Service: Notification Service Severity: Sev2 Incident Commander: Morgan Lee Jira References: ACME-5005, ACME-5006 GitHub References: GH-5005, GH-5006 API References: API-NOTIFICATION-04
Summary
The Notification Service experienced customer-visible degradation caused by missing idempotency key handling in a replay worker. The incident affected dependent paths that include Authentication Service, Checkout Service, Billing Service, Inventory Service, and Notification Service, with the strongest impact localized to Notification Service.
Timeline
- Detection: synthetic checks and service SLO burn alerts fired.
- Triage: on-call engineers reviewed traces, dependency dashboards, and recent deployments.
- Mitigation: traffic was shifted, retries were reduced, and the affected worker pool was drained.
- Recovery: error rate returned to baseline after remediation was deployed and queues caught up.
Root Cause
The proximate cause was missing idempotency key handling in a replay worker. The deeper contributing factor was incomplete validation of the Notification Service operational contract against API API-NOTIFICATION-04 and insufficient pre-release checks for high-cardinality traffic.
Customer Impact
Customers saw intermittent failures, elevated latency, or delayed asynchronous updates depending on where their request crossed the Notification Service boundary. No permanent data loss was identified.
Remediation
- Track remediation in Jira tickets ACME-5005, ACME-5006.
- Implement code and test changes in GitHub items GH-5005, GH-5006.
- Update the relevant runbook for Notification Service and replay this scenario in staging.