Terraform Version & Prov:
AFT Version: 1.18.1 or lower
1.18.1 or lower
Terraform Version & Provider Versions
any version - not relevant to the provider
Bug Description
AFT CodePipeline uses CodeConnection to establish connection with GitLab Cloud / SaaS. This connection uses the CodePipeline default artifact mode (zip).
As documented in GitLab #212628, there's hard-coded limit of 5 archive copy per minute.
Because of that, if you are using GitLab cloud as your VCS and trying to re-invoke AFT customization to 5 or more accounts at the sametime, you might be impacted by the throttle limit
To Reproduce
Steps to reproduce the behavior:
- Update your max concurrency to value higher than 5
- Try to invoke more than 5 accounts invocation by using
aft-invoke-customizations
Note: the issue #604 might mask the real concurrency that running in your pipeline.
Expected behavior
AFT should able to trigger re-baseline for more than 5 accounts when using aft-invoke-customizations
Additional context
Terraform Version & Prov:
AFT Version: 1.18.1 or lower
1.18.1 or lower
Terraform Version & Provider Versions
any version - not relevant to the provider
Bug Description
AFT CodePipeline uses CodeConnection to establish connection with GitLab Cloud / SaaS. This connection uses the CodePipeline default artifact mode (zip).
As documented in GitLab #212628, there's hard-coded limit of 5 archive copy per minute.
Because of that, if you are using GitLab cloud as your VCS and trying to re-invoke AFT customization to 5 or more accounts at the sametime, you might be impacted by the throttle limit
To Reproduce
Steps to reproduce the behavior:
aft-invoke-customizationsNote: the issue #604 might mask the real concurrency that running in your pipeline.
Expected behavior
AFT should able to trigger re-baseline for more than 5 accounts when using
aft-invoke-customizationsAdditional context