Skip to content

Commit

Permalink
refactor: 알림 시간 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
nyeroni committed Oct 30, 2024
1 parent a586543 commit 1d7fbdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private CalendarEvent getCalendarEventById(Long calendarId) {
}

@Transactional
@Scheduled(cron = "0 30 15 * * ?", zone = "Asia/Seoul")
@Scheduled(cron = "0 35 15 * * ?", zone = "Asia/Seoul")
public void sendNotifications() {
LocalDate today = LocalDate.now();
List<Notification> dueNotifications = notificationRepository.findByNotificationDate(today);
Expand Down

0 comments on commit 1d7fbdd

Please sign in to comment.