Connection Timeout Tuning

Idle, read, write timeouts.

Overview

Connection timeout tuning matches timeouts across the network stack. Misaligned timeouts produce confusing failure modes (LB longer than upstream means LB times out before upstream finishes, the opposite means upstream completes work the LB has discarded); the discipline aligns the chain.

The approach

The practical approach: per-tier alignment with LB shortest, application context deadline per call, per-RPC timeout for modern stacks, monitor timeout rate per tier, documented chain. The team’s discipline produces predictable timeouts rather than mysterious failures.

Why this compounds

Timeout tuning discipline compounds across services. Each correctly-aligned tier produces ongoing reliability; the team’s reliability expertise grows; new services inherit the timeout chain pattern.

Timeout tuning discipline is an operational discipline that pays off across years. Nova AI Ops integrates with network telemetry, surfaces patterns, and supports the team’s reliability discipline.