I would like to report a performance issue I’ve encountered with n8n version 1.105.2: during a demanding workflow, this release seems to “saturate” the instance. I set up a monitoring tool and observed numerous timeouts: [n8n] [ Down] timeout of 48000ms exceeded.
To confirm that the issue was indeed related to this release, I downgraded to version 1.104.2 while keeping everything else identical on my server, and ran the same workflow. I was able to confirm that the problem was indeed caused by version 1.105.2. Same issue occurs with version 1.105.1.
I thought it would be useful to report this for those who help maintain this fantastic tool
Hello, I’ve just tested the 1.106.0 release and I can confirm there is the same problem than with the 1.105.x versions : timeout, difficulties to write on the disk (it seems).
At the end, a workflow takes 6m 24.547s on the 1.106.0 and 2m 39.617s on the 1.104.2 !
I don’t know what parameter was changed but I assure it makes a mess !
I can try to give some feedback to the Dev team if it can help (even if I am not an expert like you are )
So as far as no one replies, I understand I’m the only one concerned
But if I could show my problem to a dev team member, it would be nice in order to help me to find a solution.
Thanks a lot
Hello @Jannispkz , and did you find a way to correct that ?
For now, I can only work with the 1.104.x release. Everything above it generates crashes Filter and Edit Field nodes seem to overtake all the ressources of the system.
I give this precision : it seems that it concerns the nodes where “Always Output Data” is checked or when the node has to refer to a node that is not just before.
If a dev has a little bit of time, I can give access to my ressources in order to reproduce it.
I switched back to 1.104.2 but since the editor broke I booted up another docker container that runs 1.105.3 which I use with the same postgres db so I can access the editor through that until this is fixed
Thank you for bringing this to our attention. Could you share some more details about the workflows you have? Ideally share it (with sensitive data removed) or at least tell which nodes you are using.
I’m not 100 % sure that I pointed the good nodes.
Also, the database in Baserow has 120 items. But I tested with just 4 items, even with one and it’s the same problem : the server seems to be saturated.
I also testes without the loop, with just one item, in order to see if the loop was the problem. It is not.
With one or 4 items, the workflow will end. With 120 items, the node “Scap url” that calls a subworkfow will stop because of timeout.
If necessary, I give you access to my n!8n instance. Tell me if necessary : I will put the last release and will give you my id and pass.
Hi all, can somebody experiencing this issue provide minimal workflow to reproduce it? It does not need to contain data, I’m interested mostly in a flow and nodes included
Hi @Jon , in both : production run and UI testing. In production mode multiple timeout occur, like in UI mode. I give you a screenshot of my Telegram account that recieves messages from uptime kuma.
A precision : if you are in the UI and when you click to stop the workflow, it freezes everything. You have to close n8n, and when you relauch n8n, the workflow did not stop
I encountered the same issue. Image 1 shows the time spent running the switch node in version 1.105.2, while image 2 shows the time spent after rolling back to version 1.104.2. Clearly, the older version takes less time.
After upgraded last friday to [email protected] all are problems, i cannot access to Workflows console, and many workflows not working,
any newest version has the same problem.
I never had problems before.
Sadly because i am paying in cloud pro 50k, i cannot select any older version (if i were self hosted with docker i could install any older version), and since friday i have problems in my n8n cloud corporative, with no solutions.
Hi everyone,
I run n8n in queue mode inside a Docker container, with PostgreSQL in a separate Docker container.
There are around 80 active workflows running in n8n.
Last night I upgraded from 1.104.1 to 1.106.3. My main workload starts around 9 AM, and I immediately noticed a huge drop in performance — so much that n8n completely stopped connecting to PostgreSQL.
I rolled back to 1.104.1 and then found this thread.
Here’s an example of the errors I was getting:
error Error: timeout exceeded when trying to connect at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected][email protected]/node_modules/pg-pool/index.js:45:11 at runNextTicks (node:internal/process/task_queues:65:5) at listOnTimeout (node:internal/timers:549:9) at processTimers (node:internal/timers:523:7) at PostgresDriver.obtainMasterConnection (…) at PostgresQueryRunner.query (…) at DataSource.query (…) at WorkflowStatisticsRepository.upsertWorkflowStatistics (…) at WorkflowStatisticsService.workflowExecutionCompleted (…)