Skip to content

Commit bc63a52

Browse files
phrasing
1 parent 9da0d4c commit bc63a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hosting/scaling/concurrency-control.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ Keep in mind:
2727

2828
In scaling mode, you can control how many jobs a worker may run concurrently using the [`--concurrency` flag](/hosting/scaling/queue-mode/#configure-worker-concurrency).
2929

30-
Concurrency control in scaling mode is a separate mechanism from concurrency control in regular mode, but the environment variable `N8N_CONCURRENCY_PRODUCTION_LIMIT` controls both of them. In scaling mode, n8n takes the limit from this variable if set to a value other than `-1`, else it falls back to the `--concurrency` flag or its default.
30+
Concurrency control in scaling mode is a separate mechanism from concurrency control in regular mode, but the environment variable `N8N_CONCURRENCY_PRODUCTION_LIMIT` controls both of them. In scaling mode, n8n takes the limit from this variable if set to a value other than `-1`, falling back to the `--concurrency` flag or its default.
3131

0 commit comments

Comments
 (0)