Skip to content

add wait-for-service-stability-max-delay-seconds input #756

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ecdavis
Copy link

@ecdavis ecdavis commented Jun 12, 2025

Description of changes:
Adds a new input wait-for-service-stability-max-delay-seconds which allows users of the action to configure the maxDelay parameter that's passed to waitUntilServicesStable.

Goal here is to be able to configure the action to poll the deployment status more frequently. Our service deploys take between 2-3 minutes in ECS but we frequently see the action taking 5-6 minutes to complete in GHA and we believe it's due to the default maxDelay of 120 seconds.

Have updated the existing test cases to support this new input. Please let me know if you'd like additional test cases added and of course I welcome any other suggestions.

Thanks!


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

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

Successfully merging this pull request may close these issues.

1 participant