Maximum job execution per hour

RicksDB
Contributor III

Hi,

what is the maximum number of jobs we can execute in an hour for a given workspace?

This page mentions 5000

https://docs.microsoft.com/en-us/azure/databricks/data-engineering/jobs/jobs

  • The number of jobs a workspace can create in an hour is limited to 5000 (includes “run now” and “runs submit”). This limit also affects jobs created by the REST API and notebook workflows.

This page mentions 1000

https://docs.microsoft.com/en-us/azure/databricks/resources/limits

  • JobsCreated per hour 1000

Thanks