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

Why did a single bug take down so many unrelated services?

Service Control sits in front of nearly all Google Cloud API traffic, so anything built on GCP — Spotify, Discord, Shopify, Cloudflare's authentication layer, Vertex AI, BigQuery — depends on it staying up. A shared gatekeeper is a single point of failure by construction: when it goes down, every service behind it fails the same way at the same time, regardless of how unrelated those services are to each other.

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.