Mimir

INC-2025-205: Checkout Service Sev2 Incident

incident
checkout
d3015f6dd969

incidents/inc-2025-205-checkout-rate-limit.md

INC-2025-205: Checkout Service Sev2 Incident

Date: 2025-07-16 Service: Checkout Service Severity: Sev2 Incident Commander: Morgan Lee Jira References: ACME-2009, ACME-2010 GitHub References: GH-2009, GH-2010 API References: API-CHECKOUT-02

Summary

The Checkout Service experienced customer-visible degradation caused by rate-limit exhaustion against a third-party dependency. The incident affected dependent paths that include Authentication Service, Checkout Service, Billing Service, Inventory Service, and Notification Service, with the strongest impact localized to Checkout 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 rate-limit exhaustion against a third-party dependency. The deeper contributing factor was incomplete validation of the Checkout Service operational contract against API API-CHECKOUT-02 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 Checkout Service boundary. No permanent data loss was identified.

Remediation

  • Track remediation in Jira tickets ACME-2009, ACME-2010.
  • Implement code and test changes in GitHub items GH-2009, GH-2010.
  • Update the relevant runbook for Checkout Service and replay this scenario in staging.