What is the Usage-based quotas limitation for an app with 1000 users

  1. What is mean by this statement: The FaaS and storage quotas are provided on a per app, per seat basis. what is mean by seat here?
  2. Forge app has 10 500-seat customers, and five 10-seat customers? can any one please explain this?

I am running my app on only for one site integrated with Jira and there are 1000 users who use the app daily and they may reload the app/page. is the free app quota sufficient to meet this 1000 user requirement? if not how it can be increased or planned to keep application running without suspension?

what will be the quota for 1000 user?

  1. What is mean by this statement: The FaaS and storage quotas are provided on a per app, per seat basis. what is mean by seat here?

FaaS and storage quotas are calculated based on the total number of seats (licensed users on instances for which your app is installed). In your case, you have your Forge app installed on a single site with 1,000 users.

As for FaaS, for your app, that’s 500 invocations per seat, per week, which is 500,000 invocations per week. You can monitor your invocation metrics in the developer console which can help you to measure/forecast your app’s utilization.

Thanks for your clarifications.

Is the quota transferable for other seats(users) within same site or instance.
for example there are:
user A and B,
user A have invoked 50 request and
User B has invoked 450 request,
so user A has 450 remaining and B has 50 request remaining in quota available
can it be transferable to user third user who has exhausted his limit already in a week?

also can we increase the invocation limit 500 per week to 1000 per week or more? how to do so?

1 Like