-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add lifecycle heartbeat * Lifecycle heartbeat unit test * Refactor heartbeat logging statements * Heartbeat e2e test * Remove error handling for using heartbeat and imds together * add e2e test for lifecycle heartbeat * Add check heartbeat timeout and compare to heartbeat interval * Add error handling for using heartbeat and imds together * fix config error message * update error message for heartbeat config * Fix heartbeat flag explanation * Update readme for new heartbeat feature * Fix readme for heartbeat section * Update readme on the concurrency of heartbeat * fix: stop heartbeat when target is invalid * Added heartbeat test for handling invalid lifecycle action * incorporated unsupoorted error types for unit testing * fix unit-test: reset heartbeatCallCount each test * use helper function to reduce repetitive code in heartbeat unit test * Update readme. Moved heartbeat under Queue Processor * Fix config.go for better readability and check until < interval * Update heartbeat to have better logging * Update unit test to cover whole process of heartbeat start and closure * Update heartbeat e2e test. Auto-value calculations for future modification * Add inline comment for heartbeatUntil default behavior * Fixed e2e variables to have double quotes * fix readme for heartbeat * Added new flags in config test * Fixed typo in heartbeat e2e test --------- Co-authored-by: Heeyoung Jung <[email protected]>
- Loading branch information
Showing
9 changed files
with
604 additions
and
18 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
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
Oops, something went wrong.