Diagnose and clear a backlog on the OrderPlaced consumer.
aws cloudwatch get-metric-statistics --namespace Orders \ --metric-name ConsumerLag --period 60 --statistics Maximum
aws ecs update-service --cluster orders --service event-worker --desired-count 6
| Symptom | Likely cause | Action |
|---|---|---|
| DLQ growing | Poison message | Inspect, fix or skip, then replay the DLQ |
| CPU pinned | Under-provisioned | Scale consumers up; right-size after |
| No throughput | Bus outage | Escalate to platform on-call |