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.

Ask HN: When does it make sense to have a chaos monkey?

1 pointsby cirwinover 11 years ago
I've read about companies having chaos monkeys to check that failed machines don't take your site down. When do they typically start doing that? It doesn't seem to make sense at our scale.

1 comment

erbdexover 11 years ago
The &#x27;size&#x27; at which you unleash the chaos-monkey is i think a matter of a lot of subjectivity. The QoS <i>expected</i> is one factor. Can you <i>afford</i> to fail?<p>Formally, two &#x27;requirements&#x27;, in order to randomly kill your servers are-<p><pre><code> 1. You have Highly Available infrastructure. 2. You have fail-over established across the architecture.</code></pre>