Class: Google::Cloud::Dataproc::V1::JobScheduling
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::JobScheduling
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/jobs.rb
Overview
Job scheduling options.
Instance Attribute Summary collapse
-
#max_failures_per_hour ⇒ ::Integer
Optional.
-
#max_failures_total ⇒ ::Integer
Optional.
Instance Attribute Details
#max_failures_per_hour ⇒ ::Integer
Returns 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 the driver exits with a non-zero code four times within a 10-minute window.
Maximum value is 10.
Note: This restartable job option is not supported in Dataproc workflow templates.
870 871 872 873 |
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 870 class JobScheduling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_failures_total ⇒ ::Integer
Returns Optional. Maximum total number of times a driver may be restarted as a result of the driver exiting with a non-zero code. After the maximum number is reached, the job will be reported as failed.
Maximum value is 240.
Note: Currently, this restartable job option is not supported in Dataproc workflow templates.
870 871 872 873 |
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 870 class JobScheduling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |