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

Optimize workflow execution steps #197

Open
tloisel1 opened this issue Dec 9, 2019 · 0 comments
Open

Optimize workflow execution steps #197

tloisel1 opened this issue Dec 9, 2019 · 0 comments
Assignees

Comments

@tloisel1
Copy link
Member

tloisel1 commented Dec 9, 2019

Is your feature request related to a problem? Please describe.
I have a workflow scenario that brings up 2 new autoscale groups, each with a wait directive that checks the health of the instances in the autoscale group. This process executes in serial so the wait directive from one will prevent the next autoscale group from being created.

Describe the solution you'd like
It would be nice if there was a variant of the wait directive that would execute asynchronously. The wait would still be honored at the Stage level of the workflow.

Describe alternatives you've considered
Another option would be to allow the wait directive to be declared as a directive under the Stage instead of the Action.

@sshyub sshyub self-assigned this Feb 25, 2020
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

No branches or pull requests

2 participants