Activity Retrying

exception botoflow.activity_retrying.RetryError(last_attempt)[source]

A RetryError encapsulates the last Attempt instance right before giving up.

class botoflow.activity_retrying.Retrying(stop_max_attempt_number=None, stop_max_delay=None, wait_fixed=None, wait_random_min=None, wait_random_max=None, wait_incrementing_start=None, wait_incrementing_increment=None, wait_exponential_multiplier=None, wait_exponential_max=None, retry_on_exception=None, retry_on_result=None, wrap_exception=False, stop_func=None, wait_func=None)
call