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
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ most users. Environment variables may be removed at any time.
45
45
|`OPERATION_DURATION_METRIC_BUCKET_COUNT`|`int`|`6`| The number of buckets to collect the metric for the operation duration. |
46
46
|`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. |
47
47
|`RECENTLY_STARTED_POD_DURATION`|`time.Duration`|`10s`| The duration of a pod before the pod is considered to be recently started. |
48
-
|`RECENTLY_DELETED_POD_DURATION`|`time.Duration`|`10s`| The duration of a pod before the pod is considered to be recently deleted. |
48
+
|`RECENTLY_DELETED_POD_DURATION`|`time.Duration`|`2m`| The duration of a pod before the pod is considered to be recently deleted. |
49
49
|`RETRY_BACKOFF_DURATION`|`time.Duration`|`10ms`| The retry back-off duration when retrying API calls. |
50
50
|`RETRY_BACKOFF_FACTOR`|`float`|`2.0`| The retry back-off factor when retrying API calls. |
51
51
|`RETRY_BACKOFF_STEPS`|`int`|`5`| The retry back-off steps when retrying API calls. |
0 commit comments