Tagged: resilience

2 articles

· 3 min read

What happens when a call has no timeout?

CircleCI's July 2 outage came from connections that never timed out. A slow dependency became an unavailable product, and the review question is which of your calls wait forever.

#resilience#timeouts#incident-analysis

· 2 min read

Is multi-region worth it?

The most expensive default in modern architecture. What the second region truly costs, what it truly buys, and the three cases where it earns its keep.

#scaling#multi-region#resilience