From f1b9f0c301d656bee4e29c48104f1ccb12388dac Mon Sep 17 00:00:00 2001 From: Deborah Date: Thu, 19 May 2022 16:11:42 +0100 Subject: [PATCH] Update docs/hosting/environment-variables.md Co-authored-by: Lorena Ciutacu <38855851+lorenanda@users.noreply.github.com> --- docs/hosting/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hosting/environment-variables.md b/docs/hosting/environment-variables.md index 7db40e127..d3ff9ce7f 100644 --- a/docs/hosting/environment-variables.md +++ b/docs/hosting/environment-variables.md @@ -129,7 +129,7 @@ Enabling overwrites for credentials allows you to set default values for credent | Variable | Type | Default | Description | | :------- | :---: | :------: | :---------- | | `EXECUTIONS_PROCESS` | Enum string: `main`, `own` | `own` | Whether n8n executions run in their own process or the main process.

Refer to [Execution modes and processes](/hosting/scaling/execution-modes-processes/) for more details. | -| `EXECUTIONS_MODE` | Enum string: `regular`, `queue` | `regular` | Whether executions should run directly or using queue. .

Refer to [Execution modes and processes](/hosting/scaling/execution-modes-processes/) for more details. | +| `EXECUTIONS_MODE` | Enum string: `regular`, `queue` | `regular` | Whether executions should run directly or using queue.

Refer to [Execution modes and processes](/hosting/scaling/execution-modes-processes/) for more details. | | `EXECUTIONS_TIMEOUT` | Number | `-1` | The maximum run time (in seconds) before stopping a workflow execution. Set to `-1` to disable. | | `EXECUTIONS_TIMEOUT_MAX` | Number | `3600` | The maximum execution time (in seconds) for an individual workflow. | | `EXECUTIONS_DATA_SAVE_ON_ERROR` | Enum string: `all`, `none` | `all` | Whether n8n saves execution data on error. |