aximum wait and jitter. This implements the strategy described here: https://cloud.google.com/storage/docs/retry-strategy The wait time is min(initial * (2**n + random.uniform(0, jitter)), maximum) where n is the retry count. r.