Skip to content

[fix][program-service] 다수 스케줄 메시지 멱등성 보장을 위해 넘기는 correlationId 값 수정#23

Merged
sweetRainShin merged 5 commits into
devfrom
fix/22-fix-schedule-message-correlation-id
May 15, 2026
Merged

[fix][program-service] 다수 스케줄 메시지 멱등성 보장을 위해 넘기는 correlationId 값 수정#23
sweetRainShin merged 5 commits into
devfrom
fix/22-fix-schedule-message-correlation-id

Conversation

@sweetRainShin
Copy link
Copy Markdown
Contributor

🌱 설명

이 PR에서 어떤 작업을 했는지 간략하게 설명해주세요.

  • 다수 스케줄 생성 후 판매 시 발행하는 schedule.created 메세지의 correlationId 값 수정

📌 관련 이슈

이 PR과 연관된 이슈 번호를 작성해주세요. (이슈 없으면 생략 가능)

💻 커밋 유형

해당하는 항목에 x를 채워주세요.

  • feat : 새로운 기능 추가
  • fix : 버그 수정 (긴급 핫픽스 포함)
  • refactor : 리팩토링
  • chore : 빌드 설정, 의존성 업데이트 등
  • docs : 문서 수정
  • comment : 주석 추가 및 변경
  • rename : 파일 / 폴더 이동 또는 이름 변경
  • remove : 파일 삭제
  • test : 테스트 코드 추가 / 수정

📝 체크리스트

PR 올리기 전에 아래 항목을 확인해주세요.

  • develop 브랜치 기준으로 feature 브랜치를 생성했나요?
  • 코드 컨벤션 및 스타일 가이드를 준수했나요?
  • 관련 이슈와 연결했나요?
  • 설명이 필요한 부분 / 어려운 부분 / 공유가 필요한 부분에 주석을 추가했습니다.
  • 제가 작성한 코드를 스스로 리뷰했습니다.
  • 기존 테스트와 충돌하지 않음을 확인했나요?

📚 추가 설명

리뷰어가 참고해야 할 내용, 첨부 이미지 등이 있다면 자유롭게 추가해주세요. (선택)

  • schedule.created 메세지의 correlationId 값 수정됨

@sweetRainShin sweetRainShin requested a review from haeun228 May 15, 2026 06:40
@sweetRainShin sweetRainShin self-assigned this May 15, 2026
@sweetRainShin sweetRainShin added the 🛠️ fix 버그 수정 및 핫픽스 label May 15, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 15, 2026

Important

Review skipped

Auto reviews are disabled on this repository. 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: Repository: first-ticket/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: c5ad2e71-6b19-43b4-a31f-617866fbe11a

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 fix/22-fix-schedule-message-correlation-id

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

-- Program Service — V1 초기 스키마
-- schema: program
-- Spring 설정: spring.jpa.properties.hibernate.default_schema=program
-- schema: program.schema
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

주석이긴 하지만 스키마 이름은 program_schema 입니다!

@sweetRainShin sweetRainShin merged commit ceb131d into dev May 15, 2026
3 checks passed
@sweetRainShin sweetRainShin deleted the fix/22-fix-schedule-message-correlation-id branch May 15, 2026 07:17
@github-project-automation github-project-automation Bot moved this from Todo to Done in First Ticket May 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🛠️ fix 버그 수정 및 핫픽스

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[fix][program-service] 다수 스케줄 생성 시 멱등성 보장을 위해 넘기는 correlationId 값 수정

2 participants