Skip to content
#

retry-strategies

Here are 53 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, 2024
  • C#

Some times because of Server problem we are facing A Network Fluctuatuion while calling the API. To resolve that problem I've made a Simple lightweight library which provides Functionality to Retry that API call at time of network error. Take a look and Feel free to Contribute.

  • Updated Feb 15, 2018
  • Java

Improve this page

Add a description, image, and links to the retry-strategies 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 retry-strategies topic, visit your repo's landing page and select "manage topics."

Learn more