databricks_error_message:REQUEST_LIMIT_EXCEEDED:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
A databricks job failed unexpectedly with below error. There ware only 5 jobs running at that time and no major operations. what could be the root cause and how can we avoid this in future
Cluster '0331-xxxxxx-zs8i8pcn' was terminated. Reason: INIT_SCRIPT_FAILURE (CLIENT_ERROR). Parameters: instance_id:i-097022eeexxxxx7, databricks_error_message:REQUEST_LIMIT_EXCEEDED: Your workspace(xxxxxxx10399) is sending too many requests..
- Labels:
-
Workflows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
are you generating any databricks tokens in this process? if yes there is a limit of 600.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Do you mean databricks PAT? No, we are not generating DBX PAT in this workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
but this error indicates that your Databricks workspace is hitting API rate limits. (when there are too many API calls being made in a short period of time).
are you using multiple init scripts? can you Combine multiple init scripts into a single script to reduce the number of API calls during cluster startup.

