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/self-hosting/env/webapp.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,8 @@ mode: "wide"
143
143
|`RUN_ENGINE_RATE_LIMIT_REJECTION_LOGS_ENABLED`| No | 1 | Run engine rate limit rejection logs. |
144
144
|`RUN_ENGINE_RATE_LIMIT_LIMITER_LOGS_ENABLED`| No | 0 | Run engine rate limit limiter logs. |
145
145
|`RUN_ENGINE_DEFAULT_MAX_TTL`| No | — | Maximum TTL for all runs (e.g. "14d"). Runs without a TTL use this as default; runs with a larger TTL are clamped. |
146
+
|`MAXIMUM_DEV_QUEUE_SIZE`| No | — | Maximum queued runs per queue in development environments. |
147
+
|`MAXIMUM_DEPLOYED_QUEUE_SIZE`| No | — | Maximum queued runs per queue in deployed (staging/prod) environments. |
146
148
|**Misc**||||
147
149
|`TRIGGER_TELEMETRY_DISABLED`| No | — | Disable telemetry. |
148
150
|`NODE_MAX_OLD_SPACE_SIZE`| No | 8192 | Maximum memory allocation for Node.js heap in MiB (e.g. "4096" for 4GB). |
0 commit comments