An open API service indexing awesome lists of open source software.

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.

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