Skip to content
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

Execute command does not execute on all tasks in a service #105

Open
aallawala opened this issue Jun 29, 2018 · 0 comments
Open

Execute command does not execute on all tasks in a service #105

aallawala opened this issue Jun 29, 2018 · 0 comments

Comments

@aallawala
Copy link

when issuing a broadside execute --all command to a particular service that includes more than one task and two or more tasks are found on the same EC2 instance, broadside will only perform the execute command on one of the multiple tasks on the same ec2 instance. A workaround at the moment is to define the placement strategy of the service to distinctInstance. (This will require recreating the service in ECS before deploying and executing a command against.)

Fixing how we target the tasks from looking at ip addresses to looking at the tasks themselves will solve the issue.

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

No branches or pull requests

1 participant