I have a flow that has been running for about a month and a half, but for the past two weeks we have been getting sporadic "Too many requests (429)" errors.
"Too many requests" error occurs on the "When a new channel message is added" trigger, but I can't figure out why.
Does this happen when there are too many actions running in the same flow?
I just don't understand why the error occurs in a trigger and not in a flow with a large number of actions.
Error info:
Body
--
{
"error": {
"code": "TooManyRequests",
"message": "Too many requests from Identifier:xxxxxxx-xxxxxx under category:throttle.teamsgraph.api_complex_level_10.app_normal.operation_read. Please try again later.",
"innerError": {
"date": "2024-04-17T01:06:20"
}
}
}
Header
--
{
"Transfer-Encoding": "chunked",
"Retry-After": "300",
"Vary": "Accept-Encoding",
"Strict-Transport-Security": "max-age=31536000",
"request-id": "xxxx",
"client-request-id": "xxxx",
"x-ms-ags-diagnostic": "{\"ServerInfo\":{\"DataCenter\":\"Japan East\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"000\",\"RoleInstance\":\"xxxxxx\"}}",
"Preference-Applied": "odata.track-changes",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"x-ms-apihub-obo": "false",
"Date": "Wed, 17 Apr 2024 01:06:19 GMT",
"Content-Type": "application/json",
"Content-Length": "317"
}
thank you in advance.
We are seeing a similar issue with a SQL GetProcedure_V2 action. The flows have been working fine for a year and in the last month we are receiving intermittent 429 errors. According to the documentation, we are well under the throttling limits. I opened a ticket but was basically told to improve my error handling.
David_MA
8
Super User 2025 Season 1
Michael E. Gernaey
8
Super User 2025 Season 1
ankit_singhal
7
Super User 2025 Season 1