Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-jobs
v2
TaskRetryMode
Variable TaskRetryMode
Const
TaskRetryMode
:
{
NEVER
:
"NEVER"
;
ON_FAILURE
:
"ON_FAILURE"
}
= ...
task retry mode of the continuous job
NEVER: The failed task will not be retried.
ON_FAILURE: Retry a failed task if at least one other task in the job is still running its first attempt. When this condition is no longer met or the retry limit is reached, the job run is cancelled and a new run is started.
Type Declaration
Readonly
NEVER
:
"NEVER"
Readonly
ON_FAILURE
:
"ON_FAILURE"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Databricks SDK for JavaScript
Loading...
task retry mode of the continuous job