Info
Cascading failure of systems caused by overloading one server and automatic failover to other servers that, due to similar resources, cannot handle the requests either. The same problem may happen in let’s say processes.
Mitigation
Usage of Rate Limiting techniques will eliminate such problems. Implementing a Leaky Bucket for example.