Skip to content

fix: bug修复 #271

New issue

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

Merged
merged 1 commit into from
Feb 17, 2022
Merged

fix: bug修复 #271

merged 1 commit into from
Feb 17, 2022

Conversation

Rong5180
Copy link
Contributor

@Rong5180
Copy link
Contributor Author

Rong5180 commented Feb 17, 2022

总共三个bug

  1. tencent-scf 这个component中涉及创建apigw触发器时 如果入参有autoType:APP 就是app鉴权方式的时候会调用apigw的bindApp接口,这个接口目前不支持可重入,第二次绑定会会报错
    解决方式:查询Api绑定的应用列表 已经绑定直接跳过,未绑定执行绑定流程
  2. component依赖库有bug,在部署静态文件时,使用并发部署,但没有限制并发数目,导致系统fd超限错误,目前fd限制为1024
    解决方案是分段请求,超过100请求一次,请求后会自动关闭文件
  3. 两次部署,yml中 tagKey一样,tagVaule变化了 部署时 调用的是attachTags绑定 接口,重复绑定会报错
    解决方法是先解绑再绑定新的标签

@mamietian mamietian merged commit 0888c34 into master Feb 17, 2022
@mamietian mamietian deleted the fix/bug branch February 17, 2022 11:10
tencent-serverless-framework pushed a commit that referenced this pull request Feb 17, 2022
## [2.23.2](v2.23.1...v2.23.2) (2022-02-17)

### Bug Fixes

* bug修复 ([#271](#271)) ([0888c34](0888c34))
@tencent-serverless-framework
Copy link
Collaborator

🎉 This PR is included in version 2.23.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants