---
answer: direct
beat: system-design
source: 1 article · updated: September 1, 2026
---

Why did recovery take almost 3 hours in one region when others recovered in 40 minutes?

The us-central1 region hit a 'herd effect': once the kill switch fixed the underlying bug, every crashed Service Control instance tried to restart at the same moment, all hammering the same Spanner database for policy metadata simultaneously. Without randomized exponential backoff on the restarts, the recovery attempt itself became a second, self-inflicted overload.

Answered in

The Google Cloud Outage That Started With One Missing Null Check

One unprotected code path in Google Cloud's Service Control took down Spotify, Discord, and Cloudflare auth in minutes. Here's the anatomy of the failure.

Crashtech Editorial September 1, 2026 System Design

Read the full analysis

Other questions this article answers

More system design questions

Every answer on Crashtech is written by the editor of the article it comes from — never auto-summarised. Browse all answers or the System Design beat.