Skip to content

Commit c0bc11b

Browse files
authored
Merge pull request #391 from mosu-dev/refactor/examNumberBatchTime
refactor: 1026 수험 번호 배치 시간 재수정
2 parents d8b1a7e + 50bb98b commit c0bc11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/life/mosu/mosuserver/infra/cron/job/ExamNumberGenerationJobRound2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import java.time.LocalDate;
1212

1313
@Slf4j
14-
@CronJob(cron = "0 0 3 22 10 ?", name = "examNumberGeneratorJob_20251026")
14+
@CronJob(cron = "0 0 8 22 10 ?", name = "examNumberGeneratorJob_20251026")
1515
@DisallowConcurrentExecution
1616
@RequiredArgsConstructor
1717
public class ExamNumberGenerationJobRound2 implements Job {

0 commit comments

Comments
 (0)