Looking forward to this. Need a way to make more then 100 network requests for syncing large projects from Jira to another platform (during onboarding, then a two way sync where there is much less data). 100 network requests max and the invocation time limit just don’t work for us, and we are already batch uploading.
We first tried a regular resolver, and hit the number of network requests limit. From there I read that Async Events could run up to 15 minutes and implemented a queue, to find out that was a lie (please update the docs)?
Related issue Async Events Queue times out after 25sec - #3 by IlyaRadchenko