We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
阿里云函数计算FC部署,飞书调用提示context deadline exceeded
4. 相同问题用于railway部署的机器人中,返回信息正常(抱歉不能提供截图,企业内部飞书)。
查看过💊 FAQ Summary 常见问题汇总 · Issue #39 · Leizhenpeng/feishu-chatgpt的serverless部署,并搜索过报错,并没有其他可以参考的issue了。
函数调用与飞书端日志记录如下: 阿里云FC日志: 新加坡地区
飞书服务端日志: 飞书事件日志: 飞书单条事件日志详细错误内容:
补充:经测试美国地区也会存在调用超时的问题。 美国地区部署后飞书事件日志
The text was updated successfully, but these errors were encountered:
我也用的阿里云函数,需要前面再挂一个接入层,接收到消息后马上返回,异步调 feishu-chatgpt,这样就不会超时了
Sorry, something went wrong.
请问这个具体应该怎么操作呀,能麻烦您能再详细地解释一下嘛? @wujianguo
需要在函数计算增加两个函数:
1 调 2 是异步的,就不会超时了
https://github.com/wujianguo/feishu-chatgpt-access
示例代码以及如何使用
No branches or pull requests
问题交流 💬
阿里云函数计算FC部署,飞书调用提示context deadline exceeded
问题描述 🤔
3. 根据相关日志,反馈飞书技术服务台后反馈,调用消息存在3秒超时机制,详见 接收并处理事件 https://open.feishu.cn/document/ukTMukTMukTM/uYDNxYjL2QTM24iN0EjN/event-subscription-configure-/encrypt-key-encryption-configuration-case
4. 相同问题用于railway部署的机器人中,返回信息正常(抱歉不能提供截图,企业内部飞书)。
附加信息 📝
函数调用与飞书端日志记录如下:
阿里云FC日志:
新加坡地区
飞书服务端日志:
飞书事件日志:
飞书单条事件日志详细错误内容:
补充:经测试美国地区也会存在调用超时的问题。
美国地区部署后飞书事件日志
The text was updated successfully, but these errors were encountered: