Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
google-cloud-nio: retry on 502 errors, and increase max depth when do…
…ing channel reopens We've frequently encountered transient 502 errors in the wild when using google-cloud-nio (see broadinstitute/gatk#4888), implying that this error should be added to the list of retryable errors. I also increased the maximum depth when inspecting nested exceptions looking for reopenable errors from 10 to 20, as we've seen chains of exceptions that come very close to the current limit of 10.
- Loading branch information