Describe the problem/error/question
Hi everyone, how are you?
I'm using n8n in the cloud version, and I need to have queue mode to use a specific workflow that's very important in my operation. However, I can't find how to do it. Is it possible to use this feature in this version? If so, could you explain how to activate it?
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.116.2
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system:
Queue mode is only possible on the self hosted version where you can spin up more than one n8n host and share an encryption key between them. You also have to give them access to the same shared storage such as S3.
Check out Configuring queue mode | n8n Docs for more details.
If you share more details of the specifics of why you need queue mode we might be able to help further.