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: