https://github.com/webmasterdevlin/retrycircuitbreakerpythondemo
Retry and circuit breaker policies in Python microservices.
https://github.com/webmasterdevlin/retrycircuitbreakerpythondemo
circuit-breaker circuitbreaker policy pyfailsafe retry retrying
Last synced: about 1 year ago
JSON representation
Retry and circuit breaker policies in Python microservices.
- Host: GitHub
- URL: https://github.com/webmasterdevlin/retrycircuitbreakerpythondemo
- Owner: webmasterdevlin
- Created: 2022-04-15T16:08:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T06:13:17.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T13:41:37.616Z (over 1 year ago)
- Topics: circuit-breaker, circuitbreaker, policy, pyfailsafe, retry, retrying
- Language: Python
- Homepage:
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Creating resiliency in microservices using retry and circuit breaker design patterns
## Todo Service
- http://127.0.0.1:5002/docs
## Facade API
- http://127.0.0.1:8000/todos/[id]
## Client App
- http://localhost:4200