Good morning, everyone, I’m working on a workflow that basically consults all the items from the previous month and creates a csv with them, but when the quantity exceeds 100k, n8n receives a Received SIGTERM
. Shutting down… and it crashes, I’ve already checked the configuration of the workers, they have no memory or cpu limit and the main one has 1 cpu and 4gb of ram
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Hey @mthpedrosa , have you checked Memory-related errors | n8n Docs yet?
Yes, I separated it into sub workflows and the queries are made with pagination, I notice that it drops when I get all the items and transform them into the csv
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.