Skip to content

Commit

Permalink
refactor: 시간표 수정 스케쥴러 비활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
tlarbals824 committed Sep 2, 2024
1 parent 1730997 commit 9071069
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class TimetableScheduler(
private val timetableAppender: TimetableAppender
) {
// @Scheduled(cron = "0 0 5 * * MON") //매주 월요일 05:00:00에 실행
// @Scheduled(fixedDelay = 100000000000) //매주 월요일 05:00:00에 실행
fun addTimetable() {
val batchSize = 100
var pageNumber = 0
Expand Down

0 comments on commit 9071069

Please sign in to comment.