public sealed class JobScheduling : IMessage<JobScheduling>, IEquatable<JobScheduling>, IDeepCloneable<JobScheduling>, IBufferMessage, IMessageJob scheduling options.
Implements
IMessage<JobScheduling>, IEquatable<JobScheduling>, IDeepCloneable<JobScheduling>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
JobScheduling()
public JobScheduling()JobScheduling(JobScheduling)
public JobScheduling(JobScheduling other)| Parameter | |
|---|---|
| Name | Description |
other |
JobScheduling |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Int32 |
|