Databricks SDK for JavaScript
    Preparing search index...

    Variable TaskRetryModeConst

    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

    • ReadonlyNEVER: "NEVER"
    • ReadonlyON_FAILURE: "ON_FAILURE"