pub const MIN_HANDLER_TIMEOUT_MS: u64 = 100; // 100u64
Lower bound for handler_timeout_ms. Anything below this is so short the deadline trips on healthy requests; we reject the value.
handler_timeout_ms