Getting 429 Too many requests all the time

Hey,
I'm building two apps in retool to connect two teams in my company. One of it has a lot of features and runs very stable. The second app which has just a few functionalitys such as download files, upload files , changing status.
They both talk to the same mongo db and the same flask backend. With the second app I have so much problems with getting 429 errors all the time. Often it appears on the screen ( see screenshot), when I for example go to another page. But I also often got the 429 message as an error message of an mongo db query.
Has somebody any Idea why this could happen.

Thanks,

Florian

1 Like

Hello everybody,

Does nobody have this Problem ore a idea what could be the problem ?
For us the app and retool as a tool is not usable because it happens all the time.

Thanks,

Florian

Hi @flo2204! Welcome back to the community. :slightly_smiling_face:

It sounds like there might be a query or set of queries in that particular app that are triggering too frequently and and being rate-limited, as a result. Do you mind sharing a JSON export of the app? It might also be helpful to look at the Debug panel, if you haven't already done so:

It can show you which queries (and how many) are executing at a given time.