Databricks SDK for JavaScript
    Preparing search index...

    Interface ContinuousSettings

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

    Properties

    maintenanceWindow?: MaintenanceWindow

    Defines when platform-initiated maintenance may run for this job. If unspecified, maintenance may run at any time.

    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.