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