diff --git a/.vale.ini b/.vale.ini index 37cc79df9..6bf1f79d4 100644 --- a/.vale.ini +++ b/.vale.ini @@ -5,4 +5,4 @@ Vocab = default BasedOnStyles = from-alex, from-write-good, n8n-styles, from-microsoft, Vale Vale.Terms = NO from-alex.Profanity = NO -TokenIgnores = (\-\-8\<\-\- \".*\"), (-only), (\*\*.*\*\*), (\*\*Release date:\*\*.*), (\[\[\%.*\%\]\]), (\[.*\]\(.*\)\{:target=_blank .external-link\}), (\[\[.*\]\]), (Rocket\.Chat), (\(https.*\)) +TokenIgnores = (\-\-8\<\-\- \".*\"), (-only), (\*\*.*\*\*), (\*\*Release date:\*\*.*), (\[\[\%.*\%\]\]), (\[.*\]\(.*\)\{:target=_blank .external-link\}), (\[\[.*\]\]), (Rocket\.Chat), (\(https.*\)), (how\smany), (too\smany) diff --git a/docs/hosting/scaling/concurrency-control.md b/docs/hosting/scaling/concurrency-control.md index e6869a6de..07c148d1f 100644 --- a/docs/hosting/scaling/concurrency-control.md +++ b/docs/hosting/scaling/concurrency-control.md @@ -6,7 +6,7 @@ contentType: explanation 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. -To prevent this, you can set a **concurrency limit** for production executions in regular mode. This allows for a number of production executions 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. +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. Concurrency control is disabled by default. To enable it: @@ -16,7 +16,7 @@ export N8N_CONCURRENCY_PRODUCTION_LIMIT=20 Keep in mind: -- Concurrency control applies only to **production executions**, those started from a webhook or trigger node. It doesn't apply to any other kinds, such as manual executions, subworkflow executions, error executions, started from CLI, etc. +- Concurrency control applies only to **production executions**, those started from a webhook or trigger node. It doesn't apply to any other kinds, such as manual executions, sub-workflow executions, error executions, started from CLI, etc. - Queued executions can't be retried. Cancelling or deleting a queued execution also removes it from the queue. diff --git a/styles/from-write-good/TooWordy.yml b/styles/from-write-good/TooWordy.yml index 275701b19..aa8e122cb 100644 --- a/styles/from-write-good/TooWordy.yml +++ b/styles/from-write-good/TooWordy.yml @@ -142,7 +142,6 @@ tokens: - minimize - minimum - modify - - monitor - multiple - necessitate - nevertheless diff --git a/styles/from-write-good/Weasel.yml b/styles/from-write-good/Weasel.yml index 8218aa19f..8c63ef881 100644 --- a/styles/from-write-good/Weasel.yml +++ b/styles/from-write-good/Weasel.yml @@ -110,7 +110,7 @@ tokens: - loudly - luckily - madly - - many + - 'many' - mentally - mildly - monthly