Skip to content

Commit 96ced64

Browse files
committedJun 11, 2024
rephrase
1 parent bc63a52 commit 96ced64

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
@@ -6,7 +6,7 @@ contentType: explanation
66

77
In regular mode, n8n doesn't limit how many production executions may run at the same time. This can lead to a scenario where too many concurrent executions thrash the event loop, causing performance degradation and unresponsiveness.
88

9-
To prevent this, you can set a concurrency limit for production executions in regular mode. This allows for more than one production execution to run concurrently, and queues up any concurrent production executions over the limit. These executions remain in the queue until concurrency capacity frees up, and are then processed in FIFO order.
9+
To prevent this, you can set a concurrency limit for production executions in regular mode. Use this to control how many production executions run concurrently, and queue up any concurrent production executions over the limit. These executions remain in the queue until concurrency capacity frees up, and are then processed in FIFO order.
1010

1111
Concurrency control is disabled by default. To enable it:
1212

0 commit comments

Comments
 (0)
Please sign in to comment.