Project

General

Profile

Bug #21023

Updated by Peter Amstutz 8 months ago

In sdk/go/keepclient getOrHead(), when a request fails with a retryable error, we don't wait between retries.    We should use a randomized exponential backoff for congestion control similar to what we did with the API client. 

Back