https://github.com/adshan/dotnet-polly-retry-pattern
Retry Pattern with Polly.
https://github.com/adshan/dotnet-polly-retry-pattern
dotnet net5 polly polly-resilience retry-pattern
Last synced: 6 months ago
JSON representation
Retry Pattern with Polly.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-polly-retry-pattern
- Owner: AdsHan
- License: mit
- Created: 2021-08-06T12:31:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T12:36:43.000Z (about 4 years ago)
- Last Synced: 2025-04-13T09:15:02.754Z (6 months ago)
- Topics: dotnet, net5, polly, polly-resilience, retry-pattern
- Language: C#
- Homepage:
- Size: 8.79 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-retry-pattern
Testes da adoção de Polly na implementação de código resiliente e tratamento de falhas. O projeto conta com uma API para consumo (resource) e outra onde foi aplicado o retry pattern com Polly.# 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).