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: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@ most users. Environment variables may be removed at any time.
40
40
|`LEADER_ELECTION_LEASE_DURATION`|`time.Duration`|`15s`| The duration that non-leader candidates will wait to force acquire leadership. |
41
41
|`LEADER_ELECTION_RENEW_DEADLINE`|`time.Duration`|`10s`| The duration that the acting master will retry refreshing leadership before giving up. |
42
42
|`LEADER_ELECTION_RETRY_PERIOD`|`time.Duration`|`5s`| The duration that the leader election clients should wait between tries of actions. |
43
-
|`LIST_LIMIT`|`int`|`200`| The maximum number of responses to return for a list call on workflows for workflow informer. |
44
43
|`MAX_OPERATION_TIME`|`time.Duration`|`30s`| The maximum time a workflow operation is allowed to run for before re-queuing the workflow onto the work queue. |
45
44
|`OFFLOAD_NODE_STATUS_TTL`|`time.Duration`|`5m`| The TTL to delete the offloaded node status. Currently only used for testing. |
46
45
|`POD_NAMES`|`string`|`v2`| Whether to have pod names contain the template name (v2) or be the node id (v1) - should be set the same for Argo Server. |
0 commit comments