About Anaconda Help Download Anaconda

Function decoration for backoff and retry

Installers

Info: This package contains files in non-standard labels.
  • osx-64 v1.6.0
  • win-32 v1.6.0
  • linux-64 v1.6.0
  • win-64 v1.6.0
  • noarch v2.2.1

conda install

To install this package run one of the following:
conda install conda-forge::backoff
conda install conda-forge/label/cf201901::backoff
conda install conda-forge/label/cf202003::backoff
conda install conda-forge/label/gcc7::backoff

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy