[Docs] Worker 등록 및 Heartbeat 상세 설계 보강 - #46
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughWorker 노드 Heartbeat 설계 문서를 확장해 식별 모델, 등록·종료 생명주기, 조건부 갱신, DEAD 판정, 관리자 API, 마이그레이션, 장애 대응, 테스트와 완료 기준을 구체화했다. ChangesWorker 노드 Heartbeat 설계
Estimated code review effort: 2 (Simple) | ~15 minutes Suggested reviewers: ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
작업 내용
STOPPED상태를 보호하는 원리를 설명했습니다.변경 이유
기존 문서는 구현 범위와 핵심 규칙만 요약하고 있어 Worker가 시스템에서 언제 등록되고 어떤 방식으로 생존·종료 상태를 관리하는지 전체 흐름을 파악하기 어려웠습니다. 코드와 운영 동작을 함께 이해할 수 있도록 문서만 읽어도 생명주기와 동시성 설계를 확인할 수 있게 정리했습니다.
검증
git diff --checkRelated to #39
Summary by CodeRabbit