Databricks SDK for JavaScript
    Preparing search index...

    Type Alias QueueDetailsCode_Code

    QueueDetailsCode_Code:
        | typeof QueueDetailsCode_Code[keyof typeof QueueDetailsCode_Code]
        | string & {}

    The reason for queuing the run.

    • ACTIVE_RUNS_LIMIT_REACHED: The run was queued due to reaching the workspace limit of active task runs.
    • MAX_CONCURRENT_RUNS_REACHED: The run was queued due to reaching the per-job limit of concurrent job runs.
    • ACTIVE_RUN_JOB_TASKS_LIMIT_REACHED: The run was queued due to reaching the workspace limit of active run job tasks.