Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are setting up a retry policy for a task that fails occasionally due to resource constraints. Which of the following retry policies would be most effective?
A
Retry immediately without any delay.
B
Retry after a fixed delay of 5 minutes.
C
Implement a random delay between retries.
D
Implement an exponential backoff with jitter.