pyfailsafe icon indicating copy to clipboard operation
pyfailsafe copied to clipboard

Simple failure handling. Failsafe implementation in Python

Results 6 pyfailsafe issues
Sort by recently updated
recently updated
newest added

The readme says I can use it with "classic" functions. Does it mean classic coroutines or sync functions? And I saw a recent commit that seemed that you were removing...

Our Travis build is configured to run in Python 3.5 and 'nightly' Python: https://github.com/Skyscanner/pyfailsafe/blob/master/.travis.yml#L4 The problem is that it tries to deploy to pypi from both of these environments. The...

https://github.com/Skyscanner/pyfailsafe/blob/master/.travis.yml#L12

Mention need to update version and CHANGELOG.md

We need to show an example of setting `retry_policy_factory` and the `circuit_breaker_factory`, also stress out as much as possible that there needs to be just ONE instance of FallbackFailsafe per...

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4 to 3.8.5. Release notes Sourced from aiohttp's releases. 3.8.5 Security bugfixes Upgraded the vendored copy of llhttp_ to v8.1.1 -- by :user:webknjaz and :user:Dreamsorcerer. Thanks to...

dependencies