0 votes
in Microsoft Bot Framework by
How will I know if I'm impacted by rate limiting?

1 Answer

0 votes
by

It is unlikely you'll experience rate limiting, even at high volume. Most rate limiting would only occur due to bulk sending of activities (from a bot or from a client), extreme load testing, or a bug. When a request is throttled, an HTTP 429 (Too Many Requests) response is returned along with a Retry-After header indicating the amount of time (in seconds) to wait before retrying the request would succeed. You can collect this information by enabling analytics for your bot via Azure Application Insights. Or, you can add code in your bot to log messages.

Related questions

0 votes
asked Nov 5, 2022 in Security Assessment by Robin
+1 vote
asked Jan 19, 2020 in AWS by Robindeniel
...