hello,
i'm maintaining a macro for confluence which makes REST requests to jira api.
however at any time there may be thousand instances of this macro on a confluence page.
my REST requests to jira api take 300 ms which a colleague told me is normal.
if the macros were executed in parallel that wouldn't be a problem but i don't know about that. please respond.
Hi Alexander,
The calls are going to be run asynchronously in series against Jira and if there are thousands of these macros on a single Page, the page might timeout before we'll have results.
What are you trying to generate with these thousands of macros?
Are these macros something we can try to simplify down or is it possible to collect the Jira data externally using the Jira API and then update the page with the returned results using the Confluence API?
Cheers,
Shawn
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.