Skip to content

Commit

Permalink
Merge pull request #156 from WE-ARE-RACCOONS/develop
Browse files Browse the repository at this point in the history
RAC-304 deploy : 운영 반영
  • Loading branch information
ywj9811 authored Mar 4, 2024
2 parents 60d9dec + da7b4a1 commit fda8e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void delete(User user, Long mentoringId) {
mentoringDeleteService.deleteMentoring(mentoring);
}

@Scheduled(fixedDelay = 120000, zone = "Asia/Seoul")
@Scheduled(cron = "0 59 23 * * *", zone = "Asia/Seoul")
public void updateAutoCancel() {
LocalDateTime now = LocalDateTime.now()
.toLocalDate()
Expand Down

0 comments on commit fda8e16

Please sign in to comment.