|
@@ -148,8 +148,8 @@ public class JobInfoController {
|
|
|
xxlJobInfo.setAuthor(author);
|
|
|
xxlJobInfo.setExecutorParam(executorParam);
|
|
|
xxlJobInfo.setGlueRemark("创建定时任务结束");
|
|
|
- xxlJobInfo.setExecutorTimeout(2);
|
|
|
- xxlJobInfo.setExecutorFailRetryCount(3); // 失败重试次数
|
|
|
+ xxlJobInfo.setExecutorTimeout(5);
|
|
|
+ xxlJobInfo.setExecutorFailRetryCount(10); // 失败重试次数
|
|
|
//xxlJobInfo.setAlarmEmail();
|
|
|
|
|
|
ReturnT<String> addT = xxlJobService.add(xxlJobInfo);
|