Skip to content

MySQL-exporter 운영배포#245

Merged
Hwanvely merged 21 commits intomainfrom
dev
Apr 14, 2026
Merged

MySQL-exporter 운영배포#245
Hwanvely merged 21 commits intomainfrom
dev

Conversation

@Hwanvely
Copy link
Copy Markdown
Collaborator

No description provided.

* fix: 피버타임 검증 시 점수가 두배가 되지 않는 문제 해결

* refactor: 바뀐 dto에 맞게 BIZ 및 test 수정
* fix: 피버타임 검증 시 점수가 두배가 되지 않는 문제 해결

* refactor: 바뀐 dto에 맞게 BIZ 및 test 수정

* fix: 피버타임중 일시정지 시 피버타임도 멈추게 한다

* refactor: 인터페이스로 묶는다
* fix: 점수 증가 로직 오류 해결

* fix: 스트릭 발생 시각을 받는다

* refactor: 네이밍 수정

* fix(test): 스트릭 발생 시각 추가
* fix: 치팅 및 네트워크 지연 해결

* comment: 디버깅을 위한 로그 추가

* fix: session과 fevertime 일시정지 동기화
* fix: 치팅 및 네트워크 지연 해결

* comment: 디버깅을 위한 로그 추가

* fix: session과 fevertime 일시정지 동기화

* fix: 세션 예외 오류 해결

* feat: multipart 예외 핸들링

* refactor: CD 파이프라인 OCI로 마이그레이션

* fix: end response 분리
* fix: 치팅 및 네트워크 지연 해결

* comment: 디버깅을 위한 로그 추가

* fix: session과 fevertime 일시정지 동기화

* fix: 세션 예외 오류 해결

* feat: multipart 예외 핸들링

* refactor: CD 파이프라인 OCI로 마이그레이션

* fix: end response 분리

* fix: oci 경로 수정
* feat: drain 연결 종료 대기 추가

* feat: actuator 추가
* feat: drain 연결 종료 대기 추가

* feat: actuator 추가

* feat: grafana 환경변수 추가

* refactor: 앱 컨테이너만 교체하도록 수정
@Hwanvely Hwanvely self-assigned this Apr 14, 2026
@Hwanvely Hwanvely added the infra label Apr 14, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the rolling deployment script to target the snackgame-server service specifically during deployment and rollback. A critical issue was identified where the code changes do not align with the stated goal of deploying the MySQL-exporter, as the docker compose up command now excludes all services except for the snackgame-server.

I am having trouble creating individual review comments. Click here to see my feedback.

scripts/deploy-rolling.sh (109)

high

PR 제목은 "MySQL-exporter 운영배포"이지만, 수정된 코드에서는 docker compose up 대상을 snackgame-server로 한정하고 있습니다. 이 경우 docker-compose.yml에 정의된 mysql-exporter와 같은 다른 서비스들이 배포(시작 또는 업데이트) 과정에서 제외됩니다. 또한 105번 라인에서 모든 이미지를 pull하는 것과 달리 up 명령은 특정 서비스만 대상으로 하고 있어 일관성이 부족합니다. MySQL-exporter를 배포하려는 목적이라면 해당 서비스명을 명령에 추가하거나, 전체 서비스를 대상으로 하도록 수정이 필요합니다.

@Hwanvely Hwanvely merged commit fbf72cc into main Apr 14, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant