Databricks SDK for JavaScript
    Preparing search index...

    Interface ContinuousSettings

    interface ContinuousSettings {
        pauseStatus?: SchedulePauseStatus;
        taskRetryMode?: TaskRetryMode;
    }
    Index

    Properties

    pauseStatus?: SchedulePauseStatus

    Indicate whether the continuous execution of the job is paused or not. Defaults to UNPAUSED.

    taskRetryMode?: TaskRetryMode

    Indicate whether the continuous job is applying task level retries or not. Defaults to NEVER.