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

What's a feature flag and why does its absence matter here?

A feature flag is a runtime switch that lets a team enable new code for a small percentage of traffic first, and roll it back instantly without a redeploy if something breaks. The buggy quota logic here shipped active in every region from day one, with no flag. That single missing safeguard is why a bug that should have surfaced in a canary region instead surfaced everywhere at once.

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.