-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forces iidy to wait for a terminal state when summarizing stack contents
For some reason, iidy is getting an in progress state when summarizing stack contents. It's possible this is just due to timing. When we know we're going to be in a terminal state, we can just wait for a terminal status to be returned instead of accepting the in progress status. It's not clear why this specifically happens with `UPDATE_COMPLETE_CLEANUP_IN_PROGRESS`, but it could be a special case for timing.
- Loading branch information
Showing
3 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters