Class: Google::Cloud::Dataproc::V1beta2::JobScheduling

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1beta2/jobs.rb

Overview

Job scheduling options.

Instance Attribute Summary collapse

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

Returns:

  • (::Integer)

    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.



784
785
786
787
# File 'proto_docs/google/cloud/dataproc/v1beta2/jobs.rb', line 784

class JobScheduling
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end