Skip to content
reisenberger edited this page Nov 5, 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. Keys and Context Data
  16. PolicyRegistry
  17. Polly and interfaces
  18. Non generic and generic policies
  19. Asynchronous action execution
  20. Some policy patterns
  21. Debugging with Polly in Visual Studio
  22. Unit-testing with Polly

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