public interface JobSchedulingOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getMaxFailuresPerHour()
Optional.
|
int |
getMaxFailuresTotal()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getMaxFailuresPerHour()
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. **Note:** Currently, this restartable job option is not supported in Dataproc [workflow template](https://cloud.google.com/dataproc/docs/concepts/workflows/using-workflows#adding_jobs_to_a_template) jobs.
int32 max_failures_per_hour = 1 [(.google.api.field_behavior) = OPTIONAL];
int getMaxFailuresTotal()
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. **Note:** Currently, this restartable job option is not supported in Dataproc [workflow template](https://cloud.google.com/dataproc/docs/concepts/workflows/using-workflows#adding_jobs_to_a_template) jobs.
int32 max_failures_total = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2022 Google LLC. All rights reserved.