Network-AI
Field note

Field Notes from a Timeout That Was Set by a Demo, Not a Design

Published 2026-09-12 | Timeout provenance

A thirty-second timeout chosen to make a demo feel responsive survived into production, where it silently abandoned legitimate work every busy afternoon.

Nobody chose thirty seconds for production; someone chose it for a demo two years earlier, and production inherited it the way systems inherit everything: silently.

What the postmortem surfaced

  • The timeout fired on eleven percent of legitimate peak-hour runs.
  • Abandoned work retried into the same congestion, worsening it.
  • No document recorded why the value was what it was.

Use the architecture guide, benchmarks, and examples to trace every timeout to a measurement instead of a memory.

Continue evaluating

Give every timeout a reason.

Use the architecture, benchmarks, and examples docs to replace inherited timeout values with ones derived from measured behavior.

Architecture Benchmarks Examples