diff --git a/en/docs/reference/config-catalog.md b/en/docs/reference/config-catalog.md index 029f37afe7..e9efbd2bad 100644 --- a/en/docs/reference/config-catalog.md +++ b/en/docs/reference/config-catalog.md @@ -1524,7 +1524,10 @@ https_endpoint = "https://localhost:${https.nio.port}"
[apim.sync_runtime_artifacts.gateway]
-gateway_labels = ["Default"]
+gateway_labels = ["Default"]
+deployment_retry_duration = 15000
+max_retry_count = 5
+retry_progression_factor = 2.0
Array of the labels that the gateway is going to subscribe to
deployment_retry_duration
+ + int + +
+15000
+ The initial duration in milliseconds to wait before retrying a failed deployment
+max_retry_count
+ + int + +
+5
+ The maximum number of retry attempts for deploying artifacts in case of failures.
+retry_progression_factor
+ + float + +
+2.0
+ The factor by which the retry duration increases after each failed deployment attempt.
+