Forge Function Invocation Limits

Hi Team,

We are planning to develop a Jira Forge app for a security product. The idea is we have different components within the same product and we would like to have separate configuration pages for each product and then have separate forge scheduled triggers running which bring in some data from those products separately and then create Jira tickets.

Since we have certain quotas and limitations with Jira Forge. Since our app would have multiple functions, we need to be careful about the invocation and timeout limits during app development.

Could you please help us confirm if the limits mentioned here: https://developer.atlassian.com/platform/forge/platform-quotas-and-limits/ are applicable at the app level and would be a sum total for all the different components we have in our app? Also, how can we get those limits increased?

Thanks

Hi @AnishJain ,

Yes, the limits mentioned at https://developer.atlassian.com/platform/forge/platform-quotas-and-limits/ apply to the app as a whole.

There is no process for applying to increase these limits for a particular app.

At a high level, my advice would be to design your app to linearise the processing of outstanding, independent jobs using the async events API to control the amount of parallel processing.

Regards,
Dugald