JobScheduling Stay organized with collections Save and categorize content based on your preferences.
Job scheduling options.
| JSON representation |
|---|
{"maxFailuresPerHour":integer,"maxFailuresTotal":integer} |
| Fields | |
|---|---|
maxFailuresPerHour |
Optional. Maximum number of times per hour a driver can be restarted as a result of driver exiting with non-zero code before job is reported failed. A job might 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 Dataprocworkflow templates. |
maxFailuresTotal |
Optional. Maximum total number of times a driver can 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 Dataprocworkflow templates. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-20 UTC.