Hi,
I am new to n8n. I have starter plan and am on cloud.
I have a code node having a list of some 250 shares. The next node is a http node which is fetching data for these 250 shares, but I can’t just pass on 250 items at one time as it gives some error whenever sending multiple request together. I am sure there is a limit for sending simultaneous requests.
My first question is, is there a way to increase the request limit? If not, then out of wait/loop/batching which is the best way to tackle this in the minimum possible time?
Thanks in advance.