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
This makes it tricky for Storage to apply its custom retry policies. For now we are relying on the fact that these policies are always the last three, but in the future it would be nice to have some way to identify these policies in the array (so they can be removed or inserted before/after)
The text was updated successfully, but these errors were encountered:
Currently there is no good way to disable the built-in retry logic when using createPipelineFromOptions:
azure-sdk-for-js/sdk/core/core-http/lib/serviceClient.ts
Line 687 in f2940c3
This makes it tricky for Storage to apply its custom retry policies. For now we are relying on the fact that these policies are always the last three, but in the future it would be nice to have some way to identify these policies in the array (so they can be removed or inserted before/after)
The text was updated successfully, but these errors were encountered: