Describe the problem/error/question
Hi, I discovered this problem. Yesterday I ran a long running automation, and in that process, a lot of the other workflows triggered at that time apparently went to queue because of lack of workers. This continued on until now it snowballed into thousands of executions being stuck in queue, and even the latest triggered ones wouldn’t run because of this. Is there a way to stop all these queues? I tried restarting the worker, redis, and the main container, but nothing seems to be working. The whole flow is stuck now.
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.120.4
- Database (default: SQLite): Postgresql
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): self-hosted
- Operating system: windows

