Web Service rate limit

Hello
i’m trying to set up a flask API / ExpressJS API for my private use on render Web Service.
everything is deploying fine and working but afer a number of requests ( badwidth usage is max 2 MB / hour) I constantly get error 408 on my client side with nothing on my server logs.
I’m not using any sort of rate limit in my source code
Is there some sort of limitation or anti DDOS by default in front of my API ?
If so is there a way to disable it ?
I’m only using the API for my private use so I’m fine with the risk

Hi,

I’m not aware any rate limiting on our side that would effect a client like that. However, there’s not a lot of detail to go on here.

Please could you share some specific details of the issue you are experiencing that may help us troubleshoot it with you, e.g. request/response headers, any logs/errors/output (maybe from the browser), specific URLs, reproduction steps, etc.

If you don’t want to share these details on the community forum, please feel free to raise a ticket from the “Help” or “Contact Support” links while logged into the Dashboard.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.