API.retry_decorator

Contents

API.retry_decorator#

Functions#

retry([retries, initial_delay, backoff_factor])

A decorator to retry a function call with exponential backoff.