ydb-platform / ydb-python-sdk

YDB Python SDK
https://ydb-platform.github.io/ydb-python-sdk/
Apache License 2.0
87 stars 50 forks source link

Session not found in keep alive #517

Open LuckySting opened 2 weeks ago

LuckySting commented 2 weeks ago

This call may raise RPCError, if session is not found, for example, due to YDB release:

https://github.com/ydb-platform/ydb-python-sdk/blame/92d7119157ca4c0259fe96cb743c1222ca4f9707/ydb/aio/table.py#L681C23-L681C33

It is needed to handle an exception here