The Wayback Machine - https://web.archive.org/web/20200620041523/https://github.com/topics/resilience
Skip to content
#

resilience

Here are 98 public repositories matching this topic...

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. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.

  • Updated May 2, 2020
  • C#
resilience4j
JefferyHus
JefferyHus commented Apr 10, 2017

Thanks first for this Circuit breaker module and the time you spent crafting such a beauty, but I would like to know if there will be any detailed documentation of this module soon or later, as I am using it inside an HttpModule class in async mode, I was lost because I had a timeout value for my Http request and dunno how much MS should I give to the breaker in the invocation nor the reset.
Also

puellanivis
puellanivis commented Aug 30, 2018

So I started patch/durable-default-true and just made sure the durable flag is set from the start as documentation on Durable notes.

However, this breaks the tests:

$ go test
--- FAIL: TestRabbus (3.00s)
    --- FAIL: TestRabbus/emit_async_message (3.00s)
        rabbus_test.go:239: unexpected durable: true
        rabbus_test.go:285: got timeout error during emit async
FAIL
exit 
pzwsk
pzwsk commented Jan 9, 2019
  1. Issue: When user click on Submit dataset and then OK, he is re-directed on a blank Submit data page.
    Fix: When user click on Submit dataset and then OK, re-direct to Dataset detail page of the submitted dataset.

Improve this page

Add a description, image, and links to the resilience topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the resilience topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.