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 Batch User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String