Jira API call with the Jira Node to “Get Many” issues (and return all). Trying to retrieve ~150 issues in this node.
read ETIMEDOUT
Issue is inconsistant. Will run sometimes but will have this timeout at other times. Not able to see API call limitations for Jira as the rates are dynamic.
In my experience with the JIRA nodes they return ALL data by default, which can really slow down workflows. I got around this by doing a HTTP call to the same endpoint but specifiying the fields I wanted back.