/plushcap/analysis/launchdarkly/in-case-of-emergency-do-not-break

In Case of Emergency, Do Not Break

What's this blog post about?

Feature flagging systems can either fail safe or fail broken when they go down. In a fail-safe system, no updates are made and everything continues to operate as usual, with users seeing no changes after the system comes back up. This is possible because flag states are set and maintained on the client side. In a fail-broken system, user experience may be affected by failed calls, timeouts, or error messages. While there are reasons to use a fail-broken system, most applications benefit from failing safe. Testing failure states is crucial for ensuring an application's expected behavior during unknown-unknown failure scenarios.

Company
LaunchDarkly

Date published
Oct. 10, 2018

Author(s)
Heidi Waterhouse

Word count
366

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.