Skip to content
reisenberger edited this page Dec 9, 2017 · 33 revisions

Welcome to the Polly wiki!

This wiki will cover detailed information about Polly, as well as how to best contribute your awesome work.

Getting Started

  1. Home
  2. Polly RoadMap
  3. DISCUSSION PROPOSAL- Polly eventing and metrics architecture
  4. Contributing
  5. Transient fault handling and proactive resilience engineering
  6. Retry
  7. Circuit Breaker
  8. Advanced Circuit Breaker
  9. Timeout
  10. Bulkhead
  11. Cache
  12. Fallback
  13. PolicyWrap
  14. NoOp
  15. PolicyRegistry
  16. Asynchronous action execution
  17. Handling InnerExceptions and AggregateExceptions
  18. Keys and Context Data
  19. Non generic and generic policies
  20. Polly and interfaces
  21. Some policy patterns
  22. Debugging with Polly in Visual Studio
  23. Unit-testing with Polly
  24. Polly concept and architecture

Contributing: Git Workflow

There are certain guidelines you should follow to ensure minimal conflicts with other contributors' work. We want to ensure the code base stays clean, and everyone's happy with each other's commits. To make sure of this, please follow the Git Workflow guidelines so we're all on the same page :-)

Clone this wiki locally