dwave-cloud-client icon indicating copy to clipboard operation
dwave-cloud-client copied to clipboard

Relax retry strategy

Open randomir opened this issue 4 years ago • 0 comments

In memory/network-starved environment, with (multipart) upload failures occurring, aggressive retry strategy might actually contribute to resource exhaustion.

We should try increasing http_retry_backoff_factor, decreasing number of concurrent upload threads and increasing timeouts, most notably read timeout, as mentioned in https://github.com/dwavesystems/dwave-cloud-client/issues/439#issuecomment-720752001.

randomir avatar Feb 04 '21 22:02 randomir