You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Concurrency is set to less than 5. THIS CAN LEAD TO AN UNSTABLE ENVIRONMENT. Please consider increasing it to at least 5 to make best use of the worker.',
I would expect if this is critical, the documentation should mention that a concurrency less than 5 is critical and why this could lead to an unstable environment.
Expected behavior
There is an explanation why a concurrency less than 5 could lead to an unstable environment.
Execution mode
queue
The text was updated successfully, but these errors were encountered:
Bug Description
In the docs there is only a basic documentation of the concurrency parameter:
https://docs.n8n.io/hosting/scaling/queue-mode/#configure-worker-concurrency
The code logs a warning which sounds critical if you have a concurrency less than 5:
n8n/packages/cli/src/commands/worker.ts
Line 154 in 8cfc9bc
I would expect if this is critical, the documentation should mention that a concurrency less than 5 is critical and why this could lead to an unstable environment.
Expected behavior
There is an explanation why a concurrency less than 5 could lead to an unstable environment.
Execution mode
queue
The text was updated successfully, but these errors were encountered: