pub const WARN_MIN_ATTEMPTS: usize = 30;Expand description
Attempts after which a still-failing retry loop escalates from INFO to WARN.
retry_external always uses the persist backoff (clamped at 16s), so this
is roughly five minutes of continuous failure: well past transient retries,
and a sign the operation (e.g. a blob whose GET never returns) is wedged.