Skip to main content

TIMEOUTS

Constant TIMEOUTS 

Source
const TIMEOUTS: &[&str];
Expand description

Bounds on how long the server will let a client misbehave.

NOT a fix for the hang seen on 2026-08-28, and worth saying so: there the server sat idle / ClientRead — it had answered and was waiting for the client, so there was no statement to time out. These bound the failures they can bound: a runaway query, and a transaction abandoned mid-flight holding locks. Both otherwise sit until the job’s own deadline kills it, an hour later, with no indication of which test was responsible.