You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Worth exploring expanding the available retry strategies in all languages to include something like AWS's Adaptive Retry Strategy, which uses a dynamic token bucket based approach:
Right now in AzureCore there is an Exponential Retry strategy supported
Worth exploring expanding the available retry strategies in all languages to include something like AWS's Adaptive Retry Strategy, which uses a dynamic token bucket based approach:
Would apply to the SDKs of all languages: