I’m running an n8n Worker instance, and I see this message in the logs:
n8n worker server listening on port 5678
Do I need to open this port for the Worker to function properly?
I’m asking because if I run multiple instances, I’d need to assign a different port for each one.
yes, so as long as each container gets it’s own IP address it should work as expected. If you want to combine the same service for the same IP address you run into problems.
yes, I configured the workers this morning, and it looks like they are working well, but I saw that line on the log that made me wonder if I need to open a port for each instance…
yep, I only started the workers with “n8n worker”, and the env variable EXECUTIONS_MODE=queue. Everything seems to be working, but starting n8n in worker mode, it has that line in the log. But as said here, it could be the env
QUEUE_HEALTH_CHECK_ACTIVE=true