JobScheduling

data class JobScheduling(val maxFailuresPerHour: Int, val maxFailuresTotal: Int)

Constructors

Link copied to clipboard
constructor(maxFailuresPerHour: Int, maxFailuresTotal: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum number of times per hour a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed.

Link copied to clipboard

Maximum number of times in total a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed.