pub fn backoff_config_for_queue(queue_type: QueueType) -> RetryBackoffConfigExpand 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.