Describe the problem/error/question
I am trying to iterate through a list of ~600 or so mp3 files to download via an HTTP request and copy to a cloud storage location. I have tried splitting the load into batches, so that not more than 10 or so recordings are in memory at a time, however, every time it gets to file number 400 or so, n8n crashes and spits out a memory issue. (usually in the form of a 502, 503, 505, or 404 error)
I have tried batching the load, and even running each batch as a separate execution, but no luck. Is there any way to get something like this pushed through n8n, or is n8n just not the right tool for this job?
What is the error message (if any)?
Please share your workflow
I have also tried this using the following ways
Share the output returned by the last node
Information on your n8n setup
- n8n version: 0.230.3
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: MacOS Ventura 13.3.1