收藏
回答

云函数没有执行完毕就直接返回了

框架类型 问题类型 终端类型 AppID 基础库版本
小程序 Bug 工具 wx7b8c7eac627227ff 2.6.5

- 当前 Bug 的表现(可附上截图)

云函数日志如下,在云函数中的逻辑没有执行完毕直接返回了!

2019-04-14T07:01:35.910Z ced9b3cf-5e82-11e9-833c-525400e8849e Database operation is longer than 3s. Please check query performance and your network environment.

2019-04-14T07:01:35.910Z ced9b3cf-5e82-11e9-833c-525400e8849e Database operation is longer than 3s. Please check query performance and your network environment.

2019-04-14T07:01:35.911Z ced9b3cf-5e82-11e9-833c-525400e8849e (node:13) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 5): Error: ETIMEDOUT

2019-04-14T07:01:35.911Z ced9b3cf-5e82-11e9-833c-525400e8849e (node:13) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 6): Error: ETIMEDOUT


回答关注问题邀请回答
收藏

1 个回答

  • 悟空
    悟空
    2019-04-16

    云函数里遇到报错,而你又没有捕获,就会直接返回了,符合Promise的特性


    你这函数是什么操作啊,数据库查询超过3s

    2019-04-16
    有用
    回复
登录 后发表内容