RetryConfig - Python SDK
RetryConfig - Python SDK
RetryConfig type definition
The Python SDK and docs are currently in beta. Report issues on GitHub.
Allows customizing the default retry configuration. Only usable with methods that mention they support retries.
Fields
BackoffStrategy
The backoff strategy allows retrying a request with an exponential backoff between each retry.