Skip to content

Feat: 태스크 스케쥴링 모듈 구현#280

Merged
IjjS merged 6 commits intomainfrom
feat/add-task-scheduler
Sep 12, 2025
Merged

Feat: 태스크 스케쥴링 모듈 구현#280
IjjS merged 6 commits intomainfrom
feat/add-task-scheduler

Conversation

@IjjS
Copy link
Member

@IjjS IjjS commented Sep 12, 2025

🎫관련 이슈

🎊구현 내용

  • 알림 이벤트 영속화 시 당일 스케쥴링 포트 호출
  • 알림 발송 예정 시간에 맞는 동적 스케쥴링 구현
  • 알림 이벤트 취소 시 스케쥴링 취소

@IjjS IjjS self-assigned this Sep 12, 2025
@IjjS IjjS added the ✨feature New feature or request label Sep 12, 2025
@github-actions
Copy link

📊 Jacoco Test Coverage

Overall Project 93.12% -0.24% 🍏
Files changed 0%

File Coverage
SaveNotificationEventService.java 88.89% -11.11%
RemoveNotificationEventService.java 85.71% -14.29%
NotificationSendEvent.java 0%

@IjjS IjjS merged commit 8e69944 into main Sep 12, 2025
2 checks passed
@IjjS IjjS deleted the feat/add-task-scheduler branch September 12, 2025 10:31
@IjjS IjjS mentioned this pull request Sep 12, 2025
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

당일 알림 이벤트 태스크 스케쥴러

1 participant