Adding additional workers
Anonymous
PROOP

a month ago

How do I go about adding more workers to this template?

Is there a simple step-by-step instruction I can follow to increate my workflow execution capacity?

Thanks!

Solved

1 Replies

18 days ago

Hi! You should just be able to duplicate the Worker service in the project. As long as they have the same variables and connection to the same database and Redis, they should all work together in queue mode with the start command set to “n8n worker”.

I wonder if even just adding replicas would suffice and be an easier option.

The number of jobs each worker runs by default is 10, but that can be modified by adding a concurrency flag to the start command.

e.g. n8n worker --concurrency=5


Status changed to Awaiting User Response Railway 18 days ago


Railway
BOT

11 days ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 11 days ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...