Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When using the Cloud Client Library to upload images to Cloud Storage, users occasionally encounter incomplete uploads with HTTP 504 Gateway Timeout errors. How can you modify the application to improve its resilience against such errors?
A
Write an exponential backoff process around the client library call.
B
Write a one-second wait time backoff process around the client library call.
C
Design a retry button in the application and ask users to click if the error occurs.
D
Create a queue for the object and inform the users that the application will try again in 10 minutes.