I’m experiencing a critical issue with my n8n instance hosted on Elest.io. My workflows are getting stuck in “queued” status, making the entire system unusable for production.
My logs show executions being cancelled immediately after queueing:
app-n8n-1: Enqueued execution 4122 (job 1580)
app-n8n-1: Error with Webhook-Response for execution "4122": "The execution was cancelled"
app-n8n-1: The execution was cancelled
app-n8n-1: The execution was cancelled
Any help from the community would be greatly appreciated. I’m happy to provide additional information, join a call, or work with anyone who has experienced something similar.
@AliFarahat Did you figure out what was happening? I’m experiencing the same issue and have applied the same workaround, but I’m concerned this might pose a problem in the future.
No idea, I have spent so much time on this. I even tried going with the official hosted n8n version and I still faced the same issue with my workflows.
We need some official support. I sent them an email sometime back and still did not get a response
Hi @AliFarahat
Sorry for the late reply, we are currently trying to manage a huge support requests backlog with a very small team… (we’re also hiring btw)
Having had a look at your issue, it sounds to me like a problem with your Respond to Webhook node and the execution cannot finish because of it, which then queues up any other executions being triggered.
Could you please share your workflow so we can see what you’re doing in the last node? (You’ve only provided a screenshot at the top)
Tip for sharing your workflow in the forum
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!
thanks for joining the convo. Let me provide more context and share some workflows in this post.
The issue is not confined to one workflow, it is effecting every workflow that runs past the 60s execution mark. It also effects executions in regular or queue mode.
When running in regular causes the service to crash and I have to manually restart it.
When running in queue mode the server starts adding new queued executions every few seconds.
The error is intermittent, it effects probably 1 of 10 executions (and only if they take longer than 60 secs.
Please are some workflows where I faced errors
1. Original Workflow: This workflow only responds to the webhook after all nodes have executed.