Handling multiple request by http node

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.

Hello,
You can use split out node and then passing to HTTP Node

Hi Gaurav, do you meant the ‘split out’ node or loop over items? I am already using loop over items node but don’t think so it’s sufficient. someone suggested split in batches but there is no such node. There is batching option within http node but it has some different purpose.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.