Skip to main content
For the Unstructured Python SDK, the Unstructured Pipeline API allows for retries with the RetryConfig class when initializing the client, through the client’s retry_config parameter. If a request to the Pipeline API fails, the client will retry the request with an exponential backoff strategy up to a maximum interval of one minute. The function keeps retrying until the total elapsed time exceeds max_elapsed_time*, which defaults to one hour. However, you can override these defaults, for example as follows:
Python SDK
Available RetryConfig settings include: