JobSchedulingResponse

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

Job scheduling options.

Constructors

Link copied to clipboard
fun JobSchedulingResponse(maxFailuresPerHour: Int, maxFailuresTotal: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Maximum number of times per hour a driver may be restarted as a result of driver terminating with non-zero code before job is reported failed.A job may be reported as thrashing if driver exits with non-zero code 4 times within 10 minute window.Maximum value is 10.

Link copied to clipboard

Optional. 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. Maximum value is 240.