-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As daily development using cloudformation can be time consuming to search error on the AWS WEB Console.
The watcher mode will permit having watching status of the main stack in order to search error when rollback happens.
What to do:
-
Create a gorouting tick every 10sec that looks at parent stack status.
If it still in progress, do nothing otherwise compare last event dates with previous one memorize, if not set it up in variable.
By doing so we are able to know if we already have performed error lookups for that batch of update or not. -
When status is in rollback, or failed, trigger the lookup functions to search the error of that batch.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request