Skip to content

Commit

Permalink
fix: retry client side requests timeout (#727)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
cojenco and parthea committed Mar 10, 2022
1 parent c64779d commit e0b3b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/storage/retry.py
Expand Up @@ -29,6 +29,7 @@
ConnectionError,
requests.ConnectionError,
requests_exceptions.ChunkedEncodingError,
requests_exceptions.Timeout,
)


Expand Down

0 comments on commit e0b3b35

Please sign in to comment.