Skip to content

Commit d2fea22

Browse files
authored
Merge pull request #392 from mosu-dev/develop
prod
2 parents a11d499 + c0bc11b commit d2fea22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)