Code RoomS3 prefix throttling on burst
HardPrep Room Coding #2913

S3 prefix throttling on burst

On-callStorage & CDNSenior–Staff~35 min

Your ingestion pipeline that writes to an S3-compatible object store starts getting a flood of HTTP 429 SlowDown responses during a traffic burst; the dashboard shows request error rate spiking and the per-prefix request graph shows nearly all writes hitting object keys that share the prefix `events/2026/06/24/`. The pipeline retries aggressively with no backoff, which makes the 429s worse. A new high-volume customer onboarded this morning and the pipeline auto-shards by date, not by entity. How do you triage and stop the throttling, then fix the key design durably?

What a strong answer looks like

Stop the bleeding first (mitigate), then form hypotheses from real signals. Separate root cause from symptom, communicate status as you go, and close with what prevents a repeat.

0:00 of about 35 min
Which questions mattered is sealed until you submit. Telling you now would just be handing over the edge cases.