Maximum duration of the Databricks job before it times out

Sunny
New Contributor III

May I know the duration (max) a job is allowed to run if Timeout is not set

https://docs.databricks.com/data-engineering/jobs/jobs.html

Sivaprasad1
Databricks Employee
Databricks Employee

This is part of the configuration of the task itself, so if no timeout is specified, it can theoretically run forever (e.g. streaming use case). Please refer timeout section in below link.

https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsCreate

View solution in original post