Hellow,
My app needs to make one query to the DB each 5 seconds. This fact says that only 50 users at the same time can run the app with the free plan?
Thanks,
Hellow,
My app needs to make one query to the DB each 5 seconds. This fact says that only 50 users at the same time can run the app with the free plan?
Thanks,
Hi Joan,
The free limit is 50 req/sec prorated by a minute, which means after the first 3000 requests in any given minute the system will reject incoming requests unless the limit is increased with a Function Pack.
Your app would be making 600 requests per minute, so you should be okay.
Regards,
Mark