forge-api-dotnet-client icon indicating copy to clipboard operation
forge-api-dotnet-client copied to clipboard

Implement ApiClient Retry

Open skovacic-gtp opened this issue 6 years ago • 2 comments

Would be nice if your API had retry logic baked in. There are some scenarios (i.e., network timeouts) where a retry would eliminate false failures. Perhaps wrap the RestSharp.Execute() in retry logic (2 or 3 retries). We are doing this in our handrolled RestSharp implementation if you'd like a sample.

skovacic-gtp avatar Dec 03 '19 18:12 skovacic-gtp

This seems a bit too specific and probably better left off to be implemented in the client app space.

dukedhx avatar Jan 23 '20 15:01 dukedhx

if you got a sample, it be interrested to see

cyrillef avatar Aug 19 '22 13:08 cyrillef