FITFLOP
Home

retry-logic (3 post)


posts by category not found!

Leveraging AddStandardResilienceHandler and AddStandardHedgingHandler in .NET 8 for Resiliency

Leveraging Add Standard Resilience Handler and Add Standard Hedging Handler in NET 8 for Resiliency In modern application development ensuring that your systems

3 min read 17-10-2024 27
Leveraging AddStandardResilienceHandler and AddStandardHedgingHandler in .NET 8 for Resiliency
Leveraging AddStandardResilienceHandler and AddStandardHedgingHandler in .NET 8 for Resiliency

Polly v8 retry with Azure Service Bus and 3rd party API

Polly v8 Implementing Reliable Communication with Azure Service Bus and 3rd Party APIs Imagine you re building an application that relies on a 3rd party API and

3 min read 03-10-2024 31
Polly v8 retry with Azure Service Bus and 3rd party API
Polly v8 retry with Azure Service Bus and 3rd party API

Using StepVerifier.withVirtualTime for a WebClient request using exponential backoff/fixedDelay does not work

Step Verifier with Virtual Time and Web Client A Tale of Exponential Backoff and Fixed Delay Lets dive into a common scenario encountered when testing asynchron

4 min read 01-10-2024 28
Using StepVerifier.withVirtualTime for a WebClient request using exponential backoff/fixedDelay does not work
Using StepVerifier.withVirtualTime for a WebClient request using exponential backoff/fixedDelay does not work