-
Notifications
You must be signed in to change notification settings - Fork 263
Open
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.
Description
Feature Description
Today, run-task and service update reuse the same wait-for-minutes parameter. I think there should be a separate parameter, run-task-wait-for-minutes parameter that overrides wait-for-minutes when set.
Problem Statement
A very common use case for run-task is to run migrations before an ECS service is updated. In my case, I want to allow a different amount of time for migrations compared to how long I wait for service stability.
Today, I only have a single lever for this.
Alternatives Considered/ Work-arounds
- Don't use
run-taskand use the AWS CLI myself
Willingness to Contribute
Yes
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.