Description
Transient failures can be retried with configurable policies in legacy Python 2 applications. This library helps developers wrap operations that may fail temporarily, such as network calls or service requests.
It is imported by application code and does not make actions idempotent by itself. Use retries carefully around writes, payments, or destructive operations.