Skip to content

Commit

Permalink
test: 알람 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmondBreez3 committed Feb 6, 2024
1 parent 5625fd1 commit 024a584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private void notifyReservation() {
}
}

@Scheduled(cron = "0 3 19 * * *")
@Scheduled(cron = "0 11/15 19 * * *")
private void notifyTestReservation() {
LocalDateTime now = LocalDateTime.now().withSecond(0).withNano(0);
LocalDateTime reservationTime = now.plusDays(1);
Expand Down

0 comments on commit 024a584

Please sign in to comment.