feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
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 {
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 {
return executeScheduledJob("bomJob");