DTC-8156 add ansible monitor function#151
Closed
juser0719 wants to merge 1 commit intoDevopsArtFactory:mainfrom
Closed
DTC-8156 add ansible monitor function#151juser0719 wants to merge 1 commit intoDevopsArtFactory:mainfrom
juser0719 wants to merge 1 commit intoDevopsArtFactory:mainfrom
Conversation
| } | ||
|
|
||
| if !strings.Contains(currentContent, "PLAY RECAP") { | ||
| time.Sleep(time.Second) |
asisjinwookim
approved these changes
Jan 7, 2025
Contributor
|
sleep으로 거는것 보다 이벤트 기반으로 동작하는게 더 좋을거 같아요. |
Contributor
Author
오 좋은 제안 같습니다. 이벤트 기반으로 가면 확실히 깔끔하고 좋을 것 같긴 한데요, 지금은 ansible 로그만 체크하는 심플한 기능이라 일단은 심플하게 가고, 나중에 실제로 문제되는 부분이 생기면 그때 이벤트 기반으로 바꾸는건 어떨까요..? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #nnn
Related: Relevant tracking issues, for context
Merge before/after: Dependent or prerequisite PRs
Description
SSM 클라이언트에 ansible 로그 모니터링 기능 추가
HealthChecking 단계에서 ansible 실행 결과 확인 로직 추가
실시간 로그 출력 및 실패 감지 기능 구현
MonitorAnsibleLog Flow
User facing changes (remove if N/A)
Follow-up Work (remove if N/A)