https://github.com/adshan/dotnet-polly-circuit-breaker
Retry and Circuit Breaker patterns.
https://github.com/adshan/dotnet-polly-circuit-breaker
circuit-breaker-pattern dotnet net5 polly-policies polly-resilience retry-pattern
Last synced: 6 months ago
JSON representation
Retry and Circuit Breaker patterns.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-polly-circuit-breaker
- Owner: AdsHan
- License: mit
- Created: 2021-08-13T23:23:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T23:25:49.000Z (about 4 years ago)
- Last Synced: 2025-04-13T09:15:03.278Z (6 months ago)
- Topics: circuit-breaker-pattern, dotnet, net5, polly-policies, polly-resilience, retry-pattern
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# core-polly-circuit-breaker
Testes da utilização em conjunto dos patterns Retry e Circuit Breaker. Estas são duas abordagens muito comuns ao implementar resiliência e tratamento de falhas.# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio Code mais recentes.
- Nas configurações da API, ajustar o PATH do XML do Swagger.# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).