Hi there, I was reading through the documentation for scaling N8N Configuring queue mode - n8n Documentation and I was wondering if anyone has a working docker-compose.yml file for a queued setup?
Of course I can work it out myself but I would be grateful if anyone is willing to share an already working one as it will save me a lot of time.
Hi everybody Okay, I have working queue mode n8n with 1 container having also worker. What is not clear for me is how can I add more workers to the process? Is it:
automatically handled?
1 container = 1 worker only?
if 2=true, then I need to run another container for every single required worker (aka computing power)? if yes, is there any possible docker-compose config file, from where can I check how to run more instances (different IDs, etc.?)?
Basically I want to get rid of bottlenecks which is occurring and get more computing power (how is possible than I cant preview 5-10 MB of JSON file, when “stupid” Make.com can show me a way more data at the same time without any problem, but with n8n I am getting browser crashes…)