Chime Retry Mechanism #4208
-
Hello, I was taking a look at this document which mentions that every AWS SDK implements automatic retry logic along with exponential backoff algorithm for better flow control. Currently, I'm using the Amazon Chime SDK Meetings namespace for the creation of Chime meetings in the backend and I was wondering if there's a way to configure this retry mechanism. E.g., specifying the maximum delay interval or the overall number of retries to execute.
Will the retry mechanism get triggered if the snippet above were to throw a 429 throttle error? Terribly sorry if this is already mentioned in the Chime SDK documentation, but sadly I wasn't able to find it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @AleKiller21 thanks doe opening this issue, the retry logic is not implemented in some of the SDKs like this SDK JS-SDK-V2. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hey @AleKiller21 thanks doe opening this issue, the retry logic is not implemented in some of the SDKs like this SDK JS-SDK-V2.
However I believe you are using https://github.com/aws/amazon-chime-sdk-js which implements this strategy as far as I can tell.
Can you please open an issue with the correct chime-sdk repo, they would be able to answer all the specifics. Thanks