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

[New Feature]: separate wait-for-minutes property for run-task #737

Open
blimmer opened this issue Mar 7, 2025 · 0 comments
Open

[New Feature]: separate wait-for-minutes property for run-task #737

blimmer opened this issue Mar 7, 2025 · 0 comments
Labels
feature-request A feature should be added or improved.

Comments

@blimmer
Copy link

blimmer commented Mar 7, 2025

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-task and use the AWS CLI myself

Willingness to Contribute

Yes

@blimmer blimmer added the feature-request A feature should be added or improved. label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

1 participant