azure-sdk-for-ios icon indicating copy to clipboard operation
azure-sdk-for-ios copied to clipboard

Add RetryPolicy

Open bsiegel opened this issue 4 years ago • 2 comments

Add a FixedDelay and an ExponentialBackoff RetryStrategy. Add a RetryPolicy that implements a provided RetryStratgey. Based on the provided TransportOptions, configure the RetryPolicy to use the provided RetryStrategy. Basically, try to match how this works in Android.

bsiegel avatar Jul 15 '20 02:07 bsiegel

Relates to #145 - we have a RetryPolicy implemented in Android, so it seems worth discussing if we should reconsider adding one for iOS.

bsiegel avatar Jul 15 '20 03:07 bsiegel

@adrianhall any thoughts here? I thought we had discussed retry policies early on during the guidelines drafting and it was decided that retry policies were N/A for mobile?

tjprescott avatar Jul 15 '20 19:07 tjprescott

Hi @bsiegel, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.

github-actions[bot] avatar Mar 13 '24 18:03 github-actions[bot]