Rate limit for calling Jira apis in queue

Hello there,

I’m trying to create a forge app that will create the Jira tickets in range of more than 10k. I can’t use bulk create issues api as once the ticket is created or updated I need to update it to the third-party application.
So currently I’m using the queue mechanism with 50 data to create the issues. And creating the next queue with a delay of 10-sec w.r.t to earlier queue with other 50 data and so on. If I keep more than 20-30 sec delays it works fine. But with a 10sec delay in the 3rd or 4th queue, it gives me an error for too many requests from Jira cloud creating issues rest API.

So is there a way that I can know what could be the rate limit for calling the jira cloud rest API?

Or is there fixed something from forge side that within some time it can only hit some amount of apis?

Hello @RajLad
Thanks for reaching out. I believe that these are the rate limits that apply to your case: https://developer.atlassian.com/platform/forge/platform-quotas-and-limits/#async-events-limits
Let me know if it helped you :slight_smile:

Paweł