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?

posta 2 anni fa218 visualizzazioni
1 Risposta
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/

ESPERTO
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande