N8n Workflow On Queue

Describe the problem/error/question

Hi! Does anyone know why my workflow is all on queue while theres no active executions?

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:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @M_Hakiem Welcome!
For queue executions please read this:

And I would recommend giving your n8n a restart, and if you are on n8n cloud, you must have hit your executions limit.

welcome to the n8n community @M_Hakiem
I would first verify that at least one worker process is actually up and connected to the same Redis/database as the main instance, because in n8n the main instance only queues executions while workers are the ones that pick them up and run them.