Skip to content

fix: CD 배포를 인스턴스별 순차 롤링 방식으로 변경 (#690) (#691) - #692

Merged
GANGHYEON02 merged 1 commit into
mainfrom
develop
Jul 24, 2026
Merged

fix: CD 배포를 인스턴스별 순차 롤링 방식으로 변경 (#690) (#691)#692
GANGHYEON02 merged 1 commit into
mainfrom
develop

Conversation

@GANGHYEON02

Copy link
Copy Markdown
Contributor

No description provided.

전체 인스턴스에 동시에 SSM 배포 명령을 보내던 방식은 deploy.sh가
ALB 대상 그룹에서 자신을 미리 빼지 않고 컨테이너를 강제 재시작해서,
재시작 타이밍이 겹치면 전체 대상이 동시에 비정상 상태가 될 수 있었다.
인스턴스 1대씩 deregister → 드레이닝 대기 → 배포 → 헬스체크 통과 대기 →
register를 반복하도록 바꿔 나머지 인스턴스가 항상 트래픽을 받게 한다.
@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 91c5ea3f-efc6-4cfb-b696-7e20183ebc19

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch develop

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@GANGHYEON02
GANGHYEON02 merged commit f377bb3 into main Jul 24, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant