py310-backoff

v 2.2.1 Updated: 2 months, 2 weeks ago

Function decoration for backoff and retry

This module provides function decorators which can be used to wrap a function such that it will be retried until some condition is met. It is meant to be of use when accessing unreliable resources with the potential for intermittent failures i.e. network resources and external APIs. Somewhat more generally, it may also be of use for dynamically polling resources for externally generated content.

https://github.com/litl/backoff

To install py310-backoff, paste this in macOS terminal after installing MacPorts

sudo port install py310-backoff

Add to my watchlist

Installations 0
Requested Installations 0