-
Notifications
You must be signed in to change notification settings - Fork 38
Conversation
Thanks! How about we go with |
4453197
to
5ca4a1d
Compare
5ca4a1d
to
92fe706
Compare
Thanks for the quick response! Count sounds great. Just updated my pr. |
Thanks for the contribution! |
@@ -92,6 +97,7 @@ func main() { | |||
r.SecurityGroups = ctx.StringSlice("security-group") | |||
r.Subnets = ctx.StringSlice("subnet") | |||
r.Environment = ctx.StringSlice("env") | |||
r.Count = ctx.Int64("number-of-tasks") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lox sorry, but I missed this! New PR coming :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eeep I should have caught that too, sorry! Too early in the morning here :D
Released in https://github.com/buildkite/ecs-run-task/releases/tag/v1.3.0, thanks for taking the time to put in a PR @sherzberg, we welcome any future changes or issues you encounter! |
implement -number-of-tasks cli arg
implement -number-of-tasks cli arg
implement -number-of-tasks cli arg
implement -number-of-tasks cli arg
implement -number-of-tasks cli arg
I needed a way to run multiple instances of the same task at once so this PR helps with that.