Skip to content

[462] 정책 활성화 변경 알람 부하 성능 최적화#280

Merged
ms-0o0 merged 5 commits into
devfrom
refactor/462-fe-policy-misu
Mar 18, 2026
Merged

[462] 정책 활성화 변경 알람 부하 성능 최적화#280
ms-0o0 merged 5 commits into
devfrom
refactor/462-fe-policy-misu

Conversation

@Misu0616
Copy link
Copy Markdown
Contributor

개요

  1. AdminPolicyImpl -> 알림 발송 트랜잭션 비동기 처리
  2. AlarmHistoryServiceImpl -> 배치 크기 상수로 변경
  3. OWNER/MEMBER/ALL 대상 알림은 이제 Java에서 lineId 목록을 조회한 뒤 배치 루프를 돌지 않고, DB의 INSERT ... SELECT로 바로 적재
  4. FAMILY_LINE(role, line_id) 인덱스 추가
  5. 관련 테스트 코드 수정

관련 BackLog

Resolves: (462)

PR 유형

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

PR Checklist

  • 커밋 메시지 컨벤션에 맞게 작성했습니다.
  • 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트).

@Misu0616 Misu0616 requested review from ms-0o0 and pjh813 March 18, 2026 04:08
@Misu0616 Misu0616 self-assigned this Mar 18, 2026
@Misu0616 Misu0616 added refactor 리팩토링 test 테스트 labels Mar 18, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 18, 2026

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: defaults

Review profile: CHILL

Plan: Pro

Run ID: b8c8bb09-0b77-4cb6-9b4b-13061615ddd0

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 refactor/462-fe-policy-misu
📝 Coding Plan
  • Generate coding plan for human review comments

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 and usage tips.

Copy link
Copy Markdown
Contributor

@ms-0o0 ms-0o0 left a comment

Choose a reason for hiding this comment

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

확인

@ms-0o0 ms-0o0 merged commit 06a801c into dev Mar 18, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor 리팩토링 test 테스트

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants