We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8ceaa2 + 1763d22 commit 67751d6Copy full SHA for 67751d6
1 file changed
immudb_wrapper.py
@@ -347,7 +347,7 @@ def verified_set(
347
except RpcError:
348
return {'error': format_exc()}
349
350
- @retry(possible_exc_details=['Connection timed out'])
+ @retry(possible_exc_details=['Connection timed out', 'Socket closed'])
351
def notarize(
352
self,
353
key: str,
@@ -420,7 +420,7 @@ def notarize_git_repo(
420
value=payload,
421
)
422
423
424
def authenticate(
425
426
key: Union[str, bytes],
0 commit comments