dev #422
@ -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");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user