pub const MIN_HANDLER_TIMEOUT_MS: u64 = 100;
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