pyflink.datastream.functions.AsyncRetryStrategy.exponential_backoff
-
static AsyncRetryStrategy.exponential_backoff(max_attempts: int, initial_delay: int, max_retry_delay: int, multiplier: float, result_predicate: Callable[[List[OUT]], bool] | None, exception_predicate: Callable[[Exception], bool] | None)[source]