TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fault Injection in Production (2012)

16 pointsby johnwardsover 10 years ago

1 comment

jdiez17over 10 years ago
This reminds me of Netflix&#x27;s Chaos Monkey[1]. I&#x27;m becoming increasingly convinced that a system that has been exposed to random faults during development and maybe in production as well is the only way to go. It forces one to automate recovery from most failure states, and alert an engineer only when absolutely necessary.<p>[1] <a href="http://techblog.netflix.com/2012/07/chaos-monkey-released-into-wild.html" rel="nofollow">http:&#x2F;&#x2F;techblog.netflix.com&#x2F;2012&#x2F;07&#x2F;chaos-monkey-released-in...</a>