Skip to content
Tag12 articles

Reliability

Everything on Core Concept Learning tagged with Reliability. Explore related tags below.

Related tags

Articles

An agent that runs for four seconds inside one HTTP request can afford to fail: the user retries and nothing else happened. An agent that runs for eleven minute…

Aug 17, 202616 min read
Read

LLMs are fluent text generators; production systems need contracts. The gap shows up when a classifier returns urgent-ish, omits a required field, wraps JSON in…

Jul 28, 20265 min read
Read

An order database's primary data center suffers a catastrophic, unrecoverable event — not a transient node failure, an actual disaster. Two numbers now determin…

Jul 18, 20268 min read
Read

A team deploys their application to three regions, each with its own app tier, database, and network path. On paper, a failure in one region should never touch …

Jul 18, 20267 min read
Read

A permission check in front of a wire-transfer approval endpoint times out. What should happen next? One engineer's instinct says "don't block the transfer over…

Jul 17, 20267 min read
Read

A payment service keeps processing requests with zero dropped transactions while one of its three nodes crashes mid-request — that's fault tolerance. A differen…

Jul 17, 20267 min read
Read

A product page shows the item, its price, and an "add to cart" button — the core path — plus a "customers also viewed" recommendation strip powered by a separat…

Jul 17, 20267 min read
Read

A checkout API runs three replicas across two availability zones behind a load balancer — on paper, no single point of failure. Then one AZ has a networking inc…

Jul 17, 20267 min read
Read

An order-ingestion API writes to an in-memory queue, a worker pool drains it, and a payment provider on the other end gets slow. The queue keeps accepting every…

Jul 17, 20267 min read
Read

A checkout API can wait until every step finishes, or accept an order and complete work later. The first path gives the caller an immediate final answer but cou…

Jul 17, 20269 min read
Read

An order API can return responses all day and still charge the wrong amount. It can be temporarily unreachable while every stored order remains safe. It can fai…

Jul 17, 20268 min read
Read

A team sets an internal reliability target of 99.9% and signs a customer contract promising 99.5% — and a new engineer immediately asks why the numbers don't ma…

Jul 21, 20267 min read
Read

Want a curated collection instead? Topic hubs group the best content by subject.

Browse Topics