
Answer-first summary for fast verification
Answer: Set up a retry policy with a specific number of retries before an alert is sent.
Implementing a retry policy allows the job to automatically attempt reruns a specified number of times in case of transient issues, akin to allowing multiple attempts at a test question before deeming it incorrect. This method enhances success rates without the need for manual intervention.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your Databricks job occasionally fails due to transient network issues. To ensure the job automatically retries before sending a failure alert, what configuration should you apply?
A
Manually restart the job whenever it fails.
B
Increase the job‘s resource allocation to prevent failures.
C
Disable all alerts for the job to avoid unnecessary notifications.
D
Set up a retry policy with a specific number of retries before an alert is sent.
No comments yet.