-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(aws-cdk): continue after exceptions in stack monitor (#791)
If exceptions occur in the stack monitor, a new invocation wouldn't be scheduled. We're now catching the exception and continuing. This will not fix #787, but it will reduce the frequency and impact of it occurring. Also fixes a race condition where the stack monitor might print more lines after it has already been stopped and the CDK final output has already been printed.
- Loading branch information
Showing
2 changed files
with
28 additions
and
6 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