Skip to content

Commit

Permalink
Merge pull request #2831 from activeloopai/SSLError
Browse files Browse the repository at this point in the history
catch SSLError as a connection error to retry
  • Loading branch information
nvoxland-al committed Apr 24, 2024
2 parents db94b51 + 6402312 commit 08146b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deeplake/core/storage/s3.py
Expand Up @@ -28,6 +28,7 @@
ConnectionClosedError,
EndpointConnectionError,
IncompleteReadError,
SSLError,
)
from concurrent import futures
from concurrent.futures import ThreadPoolExecutor
Expand All @@ -39,6 +40,7 @@
ConnectionClosedError,
EndpointConnectionError,
IncompleteReadError,
SSLError,
)

try:
Expand Down

0 comments on commit 08146b6

Please sign in to comment.