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:
Describe the problem/error/question
I have created a workflow with only 1 node which is a webhook, configured with POST method.
It works well in test.
But, as soon as it is in produciton, there is a 404 error with the following message :
{“code”:404,“message”:“Could not find workflow with id “EkEWc8TBrSlp4fZ9””}
I have verified that it correspond well to my workflow ID.
[image]
What is the error message (if any)?
{“code”:404,“message”:“Could not find workflow with id “EkEWc8TBrSlp4fZ9””}
…
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.