WorkflowTemplateJobSchedulingArgs

data class WorkflowTemplateJobSchedulingArgs(val maxFailuresPerHour: Output<Int>? = null, val maxFailuresTotal: Output<Int>? = null) : ConvertibleToJava<WorkflowTemplateJobSchedulingArgs>

Constructors

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

Properties

Link copied to clipboard
val maxFailuresPerHour: Output<Int>? = null

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. 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
val maxFailuresTotal: Output<Int>? = null

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

Functions

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