Timeouts Are a Correctness Boundary
A timeout is not only a latency setting. It defines when an answer is still valid, how much work an operation may consume, and what the caller can safely conclude after waiting stops.
- distributed-systems
- reliability
- timeouts
