Skip to content

Commit 1878836

Browse files
authored
Update Google Batch docs to clarify spot retry behaviour (#5644) [ci skip]
Signed-off-by: adamrtalbot <12817534+adamrtalbot@users.noreply.github.com>
1 parent 885b990 commit 1878836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ The following settings are available for Google Cloud Batch:
829829
`google.batch.autoRetryExitCodes`
830830
: :::{versionadded} 24.07.0-edge
831831
:::
832-
: 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.
832+
: Defines the list of exit codes that will trigger Google Batch to automatically retry the job (default: `[50001]`). For this setting to take effect, `google.batch.maxSpotAttempts` must be greater than 0. See [Google Batch documentation](https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes) for the complete list of retryable exit codes.
833833

834834
`google.batch.bootDiskImage`
835835
: :::{versionadded} 24.08.0-edge

0 commit comments

Comments
 (0)