订单提交开始正常,过阵卡住,运行日志中也没错误但该操作中止
前端返回下列错误
try err Error: cloud.callContainer:fail 102002 . cloud.callContainer:fail system error. code: 102002
at R (<anonymous>:1:234885)
at O (<anonymous>:1:234597)
at <anonymous>:1:305293
at Generator.throw (<anonymous>)
at t (<anonymous>:1:375)
at u (<anonymous>:1:622)
这个错误码是调用超时。是否是因为云托管实例缩容导致的。云托管实例在一段时间不访问的情况下会缩容到0,这时发出的请求需要等待实例启动。如果实例启动时间比较长,会导致初始的这个请求超时。
可以通过配置实例最小缩容到1,保留一个实例持续运行来确保快速响应。