Skip to content
  • Home
  • Questions
    • Ubuntu solutions
  • Tutorials
  • Privacy Policy
  • Contact

Dev solutions

Solutions for development problems

Tag: exponential-backoff

Polly RetryForever isn't retrying

Advertisements I’m, trying to check a simple RetryForever of Polly class Program { public static void Main() { int i = 0; var _retryPolicy = Policy .Handle<Exception>() .RetryForever(); _retryPolicy.Execute(async () => { Console.WriteLine(i); i++; int.Parse("something"); }); Console.ReadLine(); } } A you can see I’ve created a variable i to track the number of the exestuations… Read More Polly RetryForever isn't retrying

May 11, 2022 MRLeave a comment
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

api arrays c c++ console css dart dataframe dictionary django dom dplyr express flutter frame ggplot2 go html http https java javascript jquery json laravel list mysql node.js numpy oop orm pandas php postgresql python python-3.x r react-hooks reactjs regex rust sql sql-server sse typescript

Proudly powered by WordPress | Theme: Cerauno by Automattic.
Exit mobile version
%%footer%%