From f655dc39b5f38ccf185b427e1145df10cadc0f70 Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Tue, 16 Jul 2024 19:54:58 +0200 Subject: [PATCH] Update docs/config.md [ci skip] Signed-off-by: Paolo Di Tommaso --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index b00a6efd72..ba97797cdb 100644 --- a/docs/config.md +++ b/docs/config.md @@ -846,7 +846,7 @@ Read the {ref}`google-page` page for more information. The following settings are available for Google Cloud Batch: `google.batch.autoRetryExitCodes` -: :::{versionadded} 24.06.0-edge +: :::{versionadded} 24.07.0-edge ::: : Defines the list of exit codes that will be automatically retried by Google Batch when `google.batch.maxSpotAttempts` is greater than 0 (default `[50001]`). Refer to the [Google Batch documentation](https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes) for the list of retryable exit codes.