Skip to content

Commit 7380061

Browse files
authored
Merge pull request #394 from mosu-dev/develop
prod
2 parents d2fea22 + 4d587cb commit 7380061

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 8 22 10 ?", name = "examNumberGeneratorJob_20251026")
14+
@CronJob(cron = "0 0 18 22 10 ?", name = "examNumberGeneratorJob_20251026")
1515
@DisallowConcurrentExecution
1616
@RequiredArgsConstructor
1717
public class ExamNumberGenerationJobRound2 implements Job {

0 commit comments

Comments
 (0)