dev #423

Merged
ysCha merged 2 commits from dev into prd-deploy 2026-03-13 15:45:31 +09:00
Showing only changes of commit 19250727e0 - Show all commits

View File

@ -153,7 +153,7 @@ public class JobLauncherController {
* *
*/ */
@Scheduled(cron = "0 30 02 * * *") @Scheduled(cron = "0 50 04 * * *")
public String materialJob() throws JobInstanceAlreadyCompleteException, JobExecutionAlreadyRunningException, JobParametersInvalidException, JobRestartException { public String materialJob() throws JobInstanceAlreadyCompleteException, JobExecutionAlreadyRunningException, JobParametersInvalidException, JobRestartException {
return executeScheduledJob("materialJob"); return executeScheduledJob("materialJob");
@ -165,7 +165,7 @@ public class JobLauncherController {
* *
*/ */
@Scheduled(cron = "0 40 02 * * *") @Scheduled(cron = "0 20 05 * * *")
public String bomJob() throws JobInstanceAlreadyCompleteException, JobExecutionAlreadyRunningException, JobParametersInvalidException, JobRestartException { public String bomJob() throws JobInstanceAlreadyCompleteException, JobExecutionAlreadyRunningException, JobParametersInvalidException, JobRestartException {
return executeScheduledJob("bomJob"); return executeScheduledJob("bomJob");