From b72b1011f51212c32a77f1d147a2fd6e2ff6505c Mon Sep 17 00:00:00 2001 From: Joel Hulen Date: Sun, 23 Oct 2016 22:34:53 -0400 Subject: [PATCH] Create polly.md --- projects/polly.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 projects/polly.md diff --git a/projects/polly.md b/projects/polly.md new file mode 100644 index 0000000..df22df8 --- /dev/null +++ b/projects/polly.md @@ -0,0 +1,16 @@ +# Polly + +[Polly](https://github.com/App-vNext/Polly/) is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. + +## Project Details + +* [Website](http://www.thepollyproject.org) +* [Source](https://github.com/App-vNext/Polly) +* License: [New BSD](https://github.com/App-vNext/Polly/blob/master/LICENSE.txt) +* Project Leads: [Dylan Reisenberger](https://github.com/reisenberger) and [Joel Hulen](https://github.com/joelhulen) + +## Quicklinks + +* [Documentation](https://github.com/App-vNext/Polly/wiki) +* Discussions are held on [Slack](https://pollytalk.slack.com/). Not a member yet? [Sign up now!](http://www.pollytalk.org/) +* [Contribute](https://github.com/App-vNext/Polly/wiki/Git-Workflow)