public interface JobSchedulingOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxFailuresPerHour()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedint getMaxFailuresPerHour()
Optional. Maximum number of times per hour a driver may be restarted as a result of driver terminating 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.
int32 max_failures_per_hour = 1;