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/environment-variables.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ most users. Environment variables may be removed at any time.
28
28
|`CRON_SYNC_PERIOD`|`time.Duration`|`10s`| How often to sync cron workflows. |
29
29
|`DEFAULT_REQUEUE_TIME`|`time.Duration`|`10s`| The re-queue time for the rate limiter of the workflow queue. |
30
30
|`DISABLE_MAX_RECURSION`|`bool`|`false`| Set to true to disable the recursion preventer, which will stop a workflow running which has called into a child template 100 times |
31
+
|`POD_ABSENT_TIMEOUT`|`time.Duration`|`2m`| The time used to determine if pod absence should imply node failure |
31
32
|`EXPRESSION_TEMPLATES`|`bool`|`true`| Escape hatch to disable expression templates. |
32
33
|`EVENT_AGGREGATION_WITH_ANNOTATIONS`|`bool`|`false`| Whether event annotations will be used when aggregating events. |
33
34
|`GRPC_MESSAGE_SIZE`|`string`| Use different GRPC Max message size for Argo server deployment (supporting huge workflows). |
0 commit comments