Skip to content

Commit

Permalink
Merge pull request #239 from GSM-MSG/238-update/set-table
Browse files Browse the repository at this point in the history
# 238 홈베이스 예약 초기화 시간 변경
  • Loading branch information
JuuuuHong authored Mar 26, 2024
2 parents 5f552b4 + a739587 commit 81cea49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class ReservationScheduler(
) {

/**
* 매일 08시 30분에 전체 예약 테이블 삭제와 유저 정지 여부 검증
* 매일 08시 10분에 전체 예약 테이블 삭제와 유저 정지 여부 검증
*/
@Scheduled(cron = "0 8 18 ? * MON-FRI", zone = "Asia/Seoul")
@Scheduled(cron = "0 10 8 ? * MON-FRI", zone = "Asia/Seoul")
fun resetAllReservation() = checkAndRestrictReservationUserUseCase.execute()

}

0 comments on commit 81cea49

Please sign in to comment.