Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

tenacity library

Compare

  Analyzed about 2 hours ago

Tenacity is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything. It originates from a fork of retrying. Features: - Generic Decorator API - Specify stop condition (i.e. limit by number of attempts) - ... [More] Specify wait condition (i.e. exponential backoff sleeping between attempts) - Customize retrying on Exceptions - Customize retrying on expected returned result - Retry on coroutines [Less]

3.61K lines of code

7 current contributors

11 days since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

greenjaguar

Compare

  Analyzed 1 day ago

Applies retry behavior to arbitrary code blocks with different policies like fibonacci, exponential backoff, FixedInterval, etc. This basically is the 'retry' construct on steroids. Potential uses are for accessing cloud-based services that experience transient faults. We should encapsulate our ... [More] calls with appropriate retry policies to make our applications more robust. [Less]

492 lines of code

0 current contributors

over 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This