Frank_Kennedy
New Contributor II

Hey!  If the API is checking the job status too frequently, you might want to consider implementing a custom polling mechanism. Instead of relying on the default frequency, you can build a simple script or function that pauses for a longer interval before checking the status again. Another approach could be to handle retries more gracefully, so a temporary network issue doesn’t cause the job to fail outright. Also, check if there are any API parameters or settings in Databricks that allow for adjusting the polling interval. Good luck, and hope you find a solution!