Hi,
I’m trying to create sub-items inside an item but Node seem to only send 6 requests to Monday at a time…
I am making the request through fetch.
I am cycling through an array. Each cycle a request is sent to node, which then sends a request to Monday. I can confirm that the first 6 cycle the node more than keeps up, but after this it stops sending request.
If I restart the node, it will send another 6 request, if I restart it again, it will send another 6 requests, and so on until the backlog has been emptied.
Any ideas?