Completed
Retry Policy
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
System Stable - Robust Connected Applications with Polly
Automatically move to the next video in the Classroom when playback concludes
- 1 System Stable : Robust Connected Applications with Polly, the .NET Resilience Framework
- 2 What Will Your Application Do?
- 3 What is a Resilience Framework
- 4 Policies
- 5 How a Request Works
- 6 Retry Policy
- 7 Timeline of a Retry
- 8 Backing off with Wait and Retry
- 9 Reauthorization
- 10 General Policy Behavior
- 11 Circuit Breaker State Machine
- 12 Reactive Strategies
- 13 Combining the Fallback, Retry, and Circuit Breaker
- 14 Http Client Factory
- 15 HttpClientFactory and a Single Policy
- 16 The HttpClientFactory and the Polly Registry
- 17 Testing
- 18 Proactive Strategies
- 19 Timeout
- 20 Caching
- 21 Bulkhead Isolation
- 22 Execution and Queueing
- 23 Protecting the whole Application
- 24 Coming Soon.
- 25 More Information