Function backoff_config_for_queue

Source
pub fn backoff_config_for_queue(queue_type: QueueType) -> RetryBackoffConfig
Expand description

Returns the backoff config for a given queue type.

Status-check queues return STATUS_GENERIC_BACKOFF here; for network-specific status timing use status_backoff_config instead.