Language

Package: python-retrying @ 1.3.3

Synopsis

Library for adding retry behavior

Description

Retrying is a general-purpose retrying library to simplify the task of adding retry behavior to just about anything.

Features:

  • Generic Decorator API.

  • Specify stop condition (i.e. limit by number of attempts).

  • Specify wait condition (i.e. exponential backoff sleeping between attempts).

  • Customize retrying on Exceptions.

  • Customize retrying on expected returned result.

Home page
https://github.com/rholder/retrying
Location
gnu/packages/python-xyz.scm (line: 22897, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings