Skip to content

Instantly share code, notes, and snippets.

View ozsvart-karoly-nx's full-sized avatar

Ozsvárt Károly ozsvart-karoly-nx

View GitHub Profile
@ozsvart-karoly-nx
ozsvart-karoly-nx / Calc.cs
Created November 15, 2024 06:39
DecorrelatedJitterBackoffV2 retry delay calculator-simulator
using Polly.Contrib.WaitAndRetry;
namespace proba;
internal sealed class Program
{
public static void Main()
{
List<double> delaysums = new();