pub const HARD_RETRY_MAX_RETRIES: u32 = 10;
Hard cap on configured retries (prevents accidental retry storms).