Will 2000 Users in 5 minutes break an AppSheet app?

I’m evaluating a use case that is a once per year use case, but will need to service up to 2000 form submits in a very short amount of time. Something like 5 minutes.

I know there are not readily available rate limits posted anywhere, but has anyone heard any anecdotal information regarding this kind of rate limit?

@Aleksi maybe?

2 6 406
6 REPLIES 6

The most users I had using one of my Apps was 2200 in a single day. Based on a Google Sheet backend. Though there were only reads and not writes

Simon@1minManager.com

Thanks for the feedback. I’ve also seen 2000+ users in an app in a single day with no reported issues.

Also read_only, though…

For this case, I’m anticipating 2000 concurrent Write operations.

Steve
Platinum 4
Platinum 4

The question would be… what data source the app is using?

Sheets and SQL would be options.

I would go with SQL as gSheets and Excel have their own API limits like 100 interactions per 100 secs (if I remember this correctly). And because filling the form is not just the write, you could easily go over that limit very quickly.

Top Labels in this Space