Google 未找到 Cloud Spanner 会话

Google Cloud Spanner Session not found

我在 1 或 2 小时后调用我的 spanner 开发实例时出错。没有电话。

Error: Session not found: xxxx/xxxxx/xxxxx

我安装了最新的 spanner node.js 客户端和最新的 grpc 包。是否需要通过 keep alive 调用保持连接打开?

谢谢

Google 如果闲置一段时间,Cloudspanner 会话可以通过 Google 自动关闭:https://cloud.google.com/spanner/docs/sessions#keep_an_idle_session_alive

时不时地做一个像 SELECT 1 这样简单的保持活动查询就足够了。