Class: Google::Cloud::Dataproc::V1::JobScheduling
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::JobScheduling
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb
Overview
Job scheduling options.
Beta Feature: These options are available for testing purposes only. They may be changed before final release.
Instance Attribute Summary collapse
-
#max_failures_per_hour ⇒ 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 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.
522 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 522 class JobScheduling; end |