Skip to content

Commit

Permalink
RAC-304 test : 자동 갱신 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
ywj9811 authored Mar 2, 2024
1 parent 740094a commit ca660c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void delete(User user, Long mentoringId) {
mentoringDeleteService.deleteMentoring(mentoring);
}

@Scheduled(cron = "0 17 05 * * *", zone = "Asia/Seoul")
@Scheduled(cron = "0 33 01 * * *", zone = "Asia/Seoul")
public void updateAutoCancel() {
LocalDateTime now = LocalDateTime.now()
.toLocalDate()
Expand Down

0 comments on commit ca660c1

Please sign in to comment.