Hanging executions

Hanging executions

I have plenty of tasks that do simple job - run some http request every minute. The problem is that time to time they hang, and when there is 500+ of hanged running tasks n8n crashes.


To adress an issue I’ve added simple workflow - healthcheck.

It just makes one http request to healthckeck.io every minute.
And…

Now I have hanged healthcheck workflows…
The worst is that I’ve set timout setting for all workflows

After 1 minute it should be canceled, but it hangs in running state infinitely.
I have no idea why even simple workflows hang, and it seems that timeout settings inside workflow are ignored.

Information on your n8n setup

  • n8n version: 1.16.0
  • Database (default: SQLite): PostgreSQL
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Docker

Hey @nosovk,

Are you running in queue mode? It may be worth updating as well as I remember there being an issue with executions displaying as still running that was fixed recently.

Something else you could try is if you try to cancel one of the running executions does it show an error or does it stop it?

Yep, I’ve manually stop those hanged workflows. There is no error during stop from UI. It just takes some time to stop 200-300 workflows :slight_smile: but all removals mostly success from first attempt.
It’s not looks like visualization bug, those workflows are actually running.

Interesting, I have set up the same healthcheck workflow to see if I can reproduce the same issue.


today n8n hanged one more time :frowning:

I’ve checked up the same on another n8n instance, and it seems that problem exists if I make lots of HTTP requests from n8n. More requests - more chance to hang.

Hey @nosovk,

I had forgotten about this and the workflow I had created has been running every minute for a few days now on top of the normal load I put through my instance. Sadly though I have not been able to reproduce this, This is 1833 successful pings since the last restart out of the 5711 total executions my instance has ran.

I am not really sure why your instance is having this issue but as I am not able to reproduce it I suspect it is going to be a configuration or environmental issue. Can you share your n8n configuration so I can set up a local test using the same setup?

Hm, I will check, but probably it’s not so easy to make a copy of our env, will check what can I do

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