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
Hi, there is an issue with run-fargate --tags flag. This was working earlier. The change i noticed in latest 2.0.22 is as belows
File Location : packages/artillery/lib/platform/aws-ecs/legacy/run-cluster.js Method : setupDefaultECSParams Line No: 1574
tags: context.tags.map(tag => ({ key: tag.name, value: tag.value })) is been deleted which was not mapping the tags to the tasks in the cluster
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, there is an issue with run-fargate --tags flag. This was working earlier.
The change i noticed in latest 2.0.22 is as belows
File Location : packages/artillery/lib/platform/aws-ecs/legacy/run-cluster.js
Method : setupDefaultECSParams
Line No: 1574
tags: context.tags.map(tag => ({ key: tag.name, value: tag.value })) is been deleted which was not mapping the tags to the tasks in the cluster
The text was updated successfully, but these errors were encountered: