Apps Script Web App user base

23 views
Skip to first unread message

Swarnim Shukla

unread,
Mar 4, 2021, 4:26:37 AM3/4/21
to Google Apps Script Community
Hi,

I have created a WebApp in Google Apps Script. It is mostly a website with static content. Also, I am displaying some data from spreadsheets as well.

User Base for my website is approx 2500. I am wondering whether that could impact the site loading time, or can result in some latency? Obviously all 2500 users won't be logged in at the same time but just taking this number as an upper limit.

It would be great if someone could guide me if apps script is sufficient to handle such load? If not, what are the limitations?

Regards,
Swarnim

dimud...@gmail.com

unread,
Mar 4, 2021, 8:45:49 AM3/4/21
to Google Apps Script Community
Check out the Current Limitations section on the Quotas page :

https://developers.google.com/apps-script/guides/services/quotas#current_limitations

I suspect the cap on simultaneous executions (30) could be an issue for you.

Faustino Rodriguez

unread,
Mar 4, 2021, 10:59:45 AM3/4/21
to Google Apps Script Community
That's an old question for me as well
+ Is that "30 simultaneous executions" per user or per Script?
- from the Limitations page it looks like per user
- from my own experience, when more than 30 different users access the Script within a few seconds, it will throw an error for some of them

dimud...@gmail.com

unread,
Mar 4, 2021, 11:13:10 AM3/4/21
to Google Apps Script Community
I'm thinking per script. I assume that if it were per user the documentation would have explicitly stated that (for example; the trigger quotas are clearly labeled as 20/per user/per script)
Reply all
Reply to author
Forward
0 new messages