risingwave_object_store::object

Function get_retry_strategy

source
fn get_retry_strategy(
    config: &ObjectStoreConfig,
    operation_type: OperationType,
) -> impl Iterator<Item = Duration>