Job Scheduling Args
data class JobSchedulingArgs(val maxFailuresPerHour: Output<Int>, val maxFailuresTotal: Output<Int>) : ConvertibleToJava<JobSchedulingArgs>
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.