Forge app web trigger invocation limit

Hi,
I am using web trigger in my forge app. I am creating a different web trigger url for each installation. I will be using this web trigger url to read app configuration and to call some confluence api and return results.

I came across this invocation limit

It says i can call webtrigger 500 times in 25 seconds window. Is it limit applied to all triggers combined or this applies to each trigger?

For example:
If I generate 5 webtrigger urls, can I call each of these web trigger url 500 times in 25 second window. So i can make 5*500 requests in 25 second slot.
OR
Irrespective of number of webtrigger urls, you can only make 500 requests to app in 25 seconds?

If this limit is app level, then is there a possibility to upgrade this limit? i am planning to use trigger url to search confluence and return results

Thanks
Shiv

Hi @shiv,

The rate limit applies to the app across all installations on the same site (a.k.a <your-domain>.atlassian.com). The limit applies regardless of the way in which the app is invoked - by users, webtriggers, or scheduled triggers

For example, if you installed the app twice, once on Confluence and once on Jira on mysite.atlassian.com, you could make 500 requests across both installations of the app.

Thanks,
Laura