
Ultimate access to all questions.
You support an application that uses the Cloud Storage API. While reviewing logs, you notice multiple HTTP 503 Service Unavailable errors from the API. Currently, your application logs these errors but takes no further action. To improve success rates, you want to implement Google-recommended retry logic. What is the correct approach?
A
Retry the failures in batch after a set number of failures is logged.
B
Retry each failure at a set time interval up to a maximum number of times.
C
Retry each failure at increasing time intervals up to a maximum number of tries.
D
Retry each failure at decreasing time intervals up to a maximum number of tries.