Class JobScheduling (3.2.0)

public sealed class JobScheduling : IMessage<JobScheduling>, IEquatable<JobScheduling>, IDeepCloneable<JobScheduling>, IBufferMessage, IMessage

Job scheduling options.

Inheritance

Object > JobScheduling

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

JobScheduling()

public JobScheduling()

JobScheduling(JobScheduling)

public JobScheduling(JobScheduling other)
Parameter
NameDescription
otherJobScheduling

Properties

MaxFailuresPerHour

public int MaxFailuresPerHour { get; set; }

Optional. 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.

Property Value
TypeDescription
Int32

MaxFailuresTotal

public int MaxFailuresTotal { get; set; }

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.

Property Value
TypeDescription
Int32