Function status_check_retry_delay_secs

Source
pub fn status_check_retry_delay_secs(
    network_type: Option<NetworkType>,
    attempt: usize,
) -> i32
Expand description

Computes status-check retry delay in seconds using capped exponential backoff.

Delegates to retry_delay_secs with the network-specific backoff profile.