ThrottlingException when requesting Appstream streaming urls

0

We've experience this exception when requesting streaming urls, is there any way of increasing our service quota for allowing more requests? If not what's the recommend way of proceeding when we get such exception, Wait before retry? any specific algorithm or wait times suggested that could help to mitigate this issue?

質問済み 2年前218ビュー
1回答
0

If you're running into throttling, I would suggest reaching out to your AWS account team to work with a solutions architect to dive in and understand your use case to ensure the right architecture. They can ensure that your call volume is expected, and propose alternatives (for example, spreading load across multiple AWS accounts, or using multiple regions).

If not what's the recommend way of proceeding when we get such exception, Wait before retry? any specific algorithm or wait times suggested that could help to mitigate this issue?

To directly answer this question, the recommendation is to use exponential backoff with jitter. You can learn more here: https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/

エキスパート
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ