
Answer-first summary for fast verification
Answer: Add a retry policy to the task
The correct answer is to add a retry policy to the task. This feature allows for automatic retries of failed tasks, which is particularly useful when using spot instances due to their unpredictable nature leading to occasional failures of executors or drivers.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
To enhance job stability when using spot instances, which feature in Jobs/Tasks should the data engineering team utilize to automatically retry failed tasks?
A
Use Databrick REST API to monitor and restart the job
B
Add a retry policy to the task
C
Use Jobs runs, active runs UI section to monitor and restart the job
D
Add second task and add a check condition to rerun the first task if it fails
E
Restart the job cluster, job automatically restarts
No comments yet.