failover.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [failover]
www.codever.land/bookmarks/t/failover
Catastrophic Failover
https://martinfowler.com/bliki/CatastrophicFailover.html
A request may do something that causes a server to crash, perhaps by unwittingly exposing a bug in the server software. So when the failover kicks in, the deadly requests gets moved to another server ...
- :calendar: published on: 2010-03-18
- tags: troubleshooting, failover