JobSchedulingArgs

data class JobSchedulingArgs(val maxFailuresPerHour: Output<Int>, val maxFailuresTotal: Output<Int>) : ConvertibleToJava<JobSchedulingArgs>

Constructors

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

Properties

Link copied to clipboard
val maxFailuresPerHour: Output<Int>

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
val maxFailuresTotal: Output<Int>

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.

Functions

Link copied to clipboard
open override fun toJava(): JobSchedulingArgs