Values.ServiceJobRetryStrategySourceThe 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 Batch User Guide.
type nonrec t = {attempts : Integer.t;The number of times to move a service job to RUNNABLE status. You can specify between 1 and 10 attempts.
*)evaluateOnExit : ServiceJobEvaluateOnExitList.t option;Array of ServiceJobEvaluateOnExit objects that specify conditions under which the service job should be retried or failed.
*)}