Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 333 Bytes

Polly_AutoRetry_CircuitBreaker

This repo contains demo of Polly with Auto retry and Circuit breaker implementation

Here we have 3 projects

  1. ErrorApi -> Project with API throwing exception.
  2. CircuitBreaker.Demo -> Having Circuit breaker implementation on exception.
  3. Polly.Demo -> Having Auto retry logic implementation.