circuitbreaker 2.0.0
0
Python Circuit Breaker pattern implementation
Contents
Python Circuit Breaker pattern implementation
Stars: 453, Watchers: 453, Forks: 52, Open Issues: 11The fabfuel/circuitbreaker
repo was created 8 years ago and the last code push was 1 years ago.
The project is popular with 453 github stars!
How to Install circuitbreaker
You can install circuitbreaker using pip
pip install circuitbreaker
or add it to a project with poetry
poetry add circuitbreaker
Package Details
- Author
- Fabian Fuelling
- License
- BSD-3-Clause
- Homepage
- https://github.com/fabfuel/circuitbreaker
- PyPi:
- https://pypi.org/project/circuitbreaker/
- GitHub Repo:
- https://github.com/fabfuel/circuitbreaker
Classifiers
Related Packages
Errors
A list of common circuitbreaker errors.
Code Examples
Here are some circuitbreaker
code examples and snippets.
GitHub Issues
The circuitbreaker package has 11 open issues on GitHub
- Is there a way to have dynamic naming of the circuit depending on function parameters?