我以为是我之前的代码有问题,可是我测试一个简单的插入都不行;打开web控制台看redis的数据管理都是显现加载中。
const ff=await redis.set("test","ffff111");console.log("ff>>>",ff);return;
10:49:57.115 [本地运行:腾讯云:pantoys-debug]本地运行云函数【debug】...
10:50:59.140 [本地运行]Error: [DCloud-clientDB]: Invoking task timed out after 60 seconds
10:50:59.141 [本地运行] at processTicksAndRejections (node:internal/process/task_queues:96:5)
3 个回复
whysohandsome (作者)
官方看看,我在控制台都无法写入,感觉很不稳定呢,不敢轻易上线了
DCloud_云服务_moyang
redis连接超时了,这个空间的配置有点问题,已处理,重试一下。
whysohandsome (作者)
可以了,下次遇到这问题找谁处理快?
2023-09-26 12:07
DCloud_云服务_moyang
回复 whysohandsome: 可以操作数据表schema的保存或上传来触发clientDB更新,这个空间昨天clientDB更新时腾讯云接口超时了
2023-09-26 12:28
InterfusionWmp
我也出现了这个问题,麻烦帮忙看下