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

https://github.com/aimenux/pollydemo

Resilience policies using Polly
https://github.com/aimenux/pollydemo

console-app netcore31 polly vs19

Last synced: 9 months ago
JSON representation

Resilience policies using Polly

Awesome Lists containing this project

README

          

![.NET Core](https://github.com/aimenux/PollyDemo/workflows/.NET%20Core/badge.svg)
# PollyDemo
```
Resilience policies using Polly
```

> Multiple policies are implemented using [Polly](https://github.com/App-vNext/Polly) :
>
>> **(1)** Retry (forever, once, x attempts)
>>
>> **(2)** Wait & Retry (forever, x attempts, fixed time, variable time)
>>
>> **(3)** Circuit breaker (simple, advanced)
>>
>> **(4)** Fallback
>>
>> **(5)** Timeout (pessimistic, optimistic)

**`Tools`** : vs19, net core 3.1, polly