Web app limits

90 views
Skip to first unread message

Ayush Jiwarajka

unread,
Mar 15, 2024, 4:48:45 AM3/15/24
to Google Apps Script Community
Hi

I have a simple API made using appsscript depoloyed as a web app. Is there any documentation on if there are any limits on how many hits the deployed link would be able to handle in a day

- Ayush

DME

unread,
Mar 31, 2024, 1:15:24 PM3/31/24
to google-apps-sc...@googlegroups.com
1

There isn't direct documentation within Apps Script that specifies the quota for daily hits on a web app. However, there are resources that indirectly shed light on this:

Quotas for Google Services: https://developers.google.com/apps-script/guides/services/quotas  This page details quotas and limitations for various Google services that Apps Script interacts with. The relevant quota here is for UrlFetch, a service used by Apps Script to make requests to external URLs. Google Apps Script has a daily quota of 20,000 UrlFetch calls for GMail accounts. If you're using Apps Script with Google Workspace accounts (like Apps Script for your domain or Apps Script for Work), the quota might be higher.

Concurrent Execution Limits: There's a limit of 30 concurrent executions for Apps Script web apps. This means a maximum of 30 users can access your web app and execute the script simultaneously.

Here's how these relate to your daily hits:

If your web app logic primarily involves internal operations within the script and doesn't make many external calls (via UrlFetch), the daily limit is closer to the 30 concurrent executions.
If your web app makes frequent UrlFetch calls (to external APIs or services), the limit becomes the 20,000 daily quota.
> --
> You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/b7e01918-dc52-43ce-8bd6-c9f9d3f0bc16n%40googlegroups.com.



--
Deepak Bansode
DME
+91-7038193209
produ...@jalaramfeeds.com
www.jalaramfeeds.com
 
Reply all
Reply to author
Forward
0 new messages