Article 11 of the series "Getting Started with n8n": n8n in Queue Mode — Main, Worker, Redis and Python.
Main accepts and enqueues, workers execute.
When it is worth it, how workers scale, and why queue mode is not retry.
www.rotecodefraktion.de/en/blog/n8n-...
#n8n #QueueMode #Redis #Python
Operation goes production-ready. This article moves the single-process instance to queue mode: main accepts webhooks and enqueues executions in Redis, workers run them. With worker scaling, queue metr...