Any ideas/suggestions on how to run multiple workflows. Should i spin multiple docker per workflows or restrict lets say N workflows per docker.
If i limit N workflows per Docker, How to map workflows per docker? Has anyone done similar setup. Any ideas appreciated.
Hey @prashant!
You can create as many workflows as you want in an instance. For scaling you can setup workers. Here’s the documentation on that: Scaling n8n | Docs
you can have loads of different scenarios running in a single docker
If you want to communicate via different flows, you can use webhooks, or the workflow node

1 Like