This commit is contained in:
Joel Hulen 2016-10-23 22:34:53 -04:00 коммит произвёл GitHub
Родитель b875cb64fe
Коммит b72b1011f5
1 изменённых файлов: 16 добавлений и 0 удалений

16
projects/polly.md Normal file
Просмотреть файл

@ -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)