pub fn fixed_retry_strategy(
    delay_ms: u64,
    tries: usize
) -> impl Iterator<Item = Duration>