Retry on TimedOutError (#4255)

This commit is contained in:
mario-ttide 2023-11-19 18:14:34 +01:00 committed by GitHub
parent ddc9bef503
commit cf3bc71e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,7 @@ class UserMethods:
return result
except (errors.ServerError, errors.RpcCallFailError,
errors.RpcMcgetFailError, errors.InterdcCallErrorError,
errors.TimedOutError,
errors.InterdcCallRichErrorError) as e:
last_error = e
self._log[__name__].warning(