py3-backoff-2.2.1p0
function decorators for backoff and retry
Back to search · Project homepage
Description
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.
Decorators support both regular functions for synchronous code and
asyncio 's coroutines for asynchronous code.
Package information
- Ports path
- devel/py-backoff
- Package architecture
- amd64
- Maintainer
- Daniel Dickman <daniel@openbsd.org>
- Categories
- devel, lang/python
- Available flavors
- None listed
- Only for architectures
- aarch64, amd64, arm, i386, mips64, mips64el, powerpc, powerpc64, riscv64, alpha, hppa, sparc64
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Runtime
Build
- lang/python/3
- devel/py-build
- devel/py-installer
- devel/py-poetry-core py3-poetry-core->=2.2.0