|
@@ -44,6 +44,7 @@ public class JobScheduleHelper {
|
44
|
44
|
logger.error(e.getMessage(), e);
|
45
|
45
|
}
|
46
|
46
|
}
|
|
47
|
+ logger.info(">>>>>>>>> init xxl-job admin scheduler running.");
|
47
|
48
|
|
48
|
49
|
while (!toStop) {
|
49
|
50
|
|
|
@@ -111,7 +112,7 @@ public class JobScheduleHelper {
|
111
|
112
|
}
|
112
|
113
|
ringItemData.add(jobInfo.getId());
|
113
|
114
|
|
114
|
|
- logger.info(">>>>>>>>>>> xxl-job, push time-ring : " + ringSecond + " = " + Arrays.asList(ringItemData) );
|
|
115
|
+ logger.debug(">>>>>>>>>>> xxl-job, push time-ring : " + ringSecond + " = " + Arrays.asList(ringItemData) );
|
115
|
116
|
}
|
116
|
117
|
|
117
|
118
|
// 3、更新trigger信息
|
|
@@ -190,7 +191,7 @@ public class JobScheduleHelper {
|
190
|
191
|
lastSecond = nowSecond;
|
191
|
192
|
|
192
|
193
|
|
193
|
|
- logger.info(">>>>>>>>>>> xxl-job, time-ring beat : " + nowSecond + " = " + Arrays.asList(ringItemData) );
|
|
194
|
+ logger.debug(">>>>>>>>>>> xxl-job, time-ring beat : " + nowSecond + " = " + Arrays.asList(ringItemData) );
|
194
|
195
|
if (ringItemData!=null && ringItemData.size()>0) {
|
195
|
196
|
// do trigger
|
196
|
197
|
for (int jobId: ringItemData) {
|