
circuitbreaker 2.1.3
0
Python Circuit Breaker pattern implementation
Contents
Python Circuit Breaker pattern implementation
Stars: 512, Watchers: 512, Forks: 57, Open Issues: 12The fabfuel/circuitbreaker repo was created 9 years ago and the last code push was 10 months ago.
The project is popular with 512 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.
pythonfix