When calling Chat API of QBusiness, got ThrottlingException

0

When can I recover from it? I got stuck from 1 hour.

1 Answer
0

Implement an exponential backoff strategy with jitter to handle retries. This means you wait progressively longer periods between retries, with some random variation to avoid a "thundering herd" problem where many clients retry simultaneously. For example, you might wait 1 second, then 2 seconds, then 4 seconds, then 8 seconds, etc., with some randomness added to these times.

Monitor and optimize your API usage to stay within rate limits.

If the problem persists, wait for a reasonable period and retry, or contact QBusiness support for further assistance.

profile pictureAWS
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions