Worker concurrency!

Describe the problem/error/question

How can we define worker concurrency?
Can it be defined in a Docker environment, or is the only way to define it through commands?

What is the error message (if any)?

NA

Please share your workflow

NA

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:**0.234.1
  • **Database (default: SQLite):**PostGres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • **Operating system:**MAC 14.4.1 (23E224)

You can set worker concurrency using the --concurrency flag in the command.
More info in the docs.

For now we only allow setting this via the command, but we might add an env variable for it.
However, that change is unlikely to be backported to 0.234.1, and you’d have to upgrade to a newer version.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.