Page Index - App-vNext/Polly GitHub Wiki
42 page(s) in this GitHub Wiki:
- Home
- Welcome to the Polly wiki
- Getting Started
- Contributing: Git Workflow
- Advanced Circuit Breaker
- Anonymising and de timestamping cached data
- Asynchronous action execution
- Avoid compiler gotchas mixing sync and async execution
- Avoiding cache repopulation request storms
- Bulkhead
- Cache
- Circuit Breaker
- Debugging with Polly in Visual Studio
- DISCUSSION PROPOSAL Polly eventing and metrics architecture
- Dynamic reconfiguration during running
- Fallback
- Fix your line endings!
- Git Workflow
- Handling InnerExceptions and AggregateExceptions
- Implementing cache serializers
- Implementing new cache providers
- Keys and Context Data
- Non generic and generic policies
- NoOp
- PolicyRegistry
- PolicyWrap
- Polly and HttpClientFactory
- Polly and interfaces
- Polly concept and architecture
- Polly Roadmap
- Polly v6 breaking changes
- Polly v7 breaking changes
- Rate Limit
- Retry
- Retry with jitter
- Some policy patterns
- Statefulness of policies
- Supported targets
- Timeout
- Transient fault handling and proactive resilience engineering
- Unit testing with Polly
- Unit testing with Polly with examples