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
Requesting codemod to convert retryDelayOptions as they are deprecated in SDK V3 clients.
Alternatives
I have used ConfiguredRetryStrategy however I noticed some calls are not getting executed. Initially I had throttling error so I added + 1. After that I don't see any error. Thus, it would be helpful to have codemod show correct transalation or update SDK documentation. I am submitting this feature request per our discussion.
Self-service
Problem
Solution
Requesting codemod to convert retryDelayOptions as they are deprecated in SDK V3 clients.
Alternatives
I have used ConfiguredRetryStrategy however I noticed some calls are not getting executed. Initially I had throttling error so I added + 1. After that I don't see any error. Thus, it would be helpful to have codemod show correct transalation or update SDK documentation. I am submitting this feature request per our discussion.
request_params.maxRetries = 8
request_params.retryDelay = 600
Additional context
No response
The text was updated successfully, but these errors were encountered: