pub const REFRESH_FAILURE_COOLDOWN: Duration;Expand description
How long a confirmed refresh failure suppresses further live retries for the
same (upstream, subject) pair. Chosen to be well short of any human patience
window (so a fix shows up promptly) while still cutting a dead credential’s
call volume against the authorization server by roughly two orders of
magnitude versus retrying on every single request.