ServiceJobRetryStrategy - AWS Batch
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

ServiceJobRetryStrategy

The retry strategy for service jobs. This defines how many times to retry a failed service job and under what conditions. For more information, see Service job retry strategies in the AWS Batch User Guide.

Contents

attempts

The number of times to move a service job to RUNNABLE status. You can specify between 1 and 10 attempts.

Type: Integer

Required: Yes

evaluateOnExit

Array of ServiceJobEvaluateOnExit objects that specify conditions under which the service job should be retried or failed.

Type: Array of ServiceJobEvaluateOnExit objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: