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
Copy file name to clipboardExpand all lines: docs/hosting/configuration/environment-variables/queue-mode.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ You can run n8n in different modes depending on your needs. Queue mode provides
30
30
|`QUEUE_BULL_REDIS_DUALSTACK`| Boolean |`false`| Enable dual-stack support (IPv4 and IPv6) on Redis connections. |
31
31
|`QUEUE_WORKER_TIMEOUT` (**deprecated**) | Number |`30`|**Deprecated** Use `N8N_GRACEFUL_SHUTDOWN_TIMEOUT` instead.<br/><br/>How long should n8n wait (seconds) for running executions before exiting worker process on shutdown. |
32
32
|`QUEUE_HEALTH_CHECK_ACTIVE`| Boolean |`false`| Whether to enable health checks (true) or disable (false). |
33
-
|`QUEUE_HEALTH_CHECK_PORT`| Number |-| The port to serve health checks on. |
33
+
|`QUEUE_HEALTH_CHECK_PORT`| Number |5678| The port to serve health checks on. If you experience a port conflict error when starting a worker server using its default port, change this. |
34
34
|`QUEUE_WORKER_LOCK_DURATION`| Number |`30000`| How long (in ms) is the lease period for a worker to work on a message. |
35
35
|`QUEUE_WORKER_LOCK_RENEW_TIME`| Number |`15000`| How frequently (in ms) should a worker renew the lease time. |
36
36
|`QUEUE_WORKER_STALLED_INTERVAL`| Number |`30000`| How often should a worker check for stalled jobs (use 0 for never). |
0 commit comments