update document

This commit is contained in:
xuxueli 2019-11-13 18:06:17 +08:00
parent 7927905083
commit 7fe1c7d065
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class JobScheduleHelper {
logger.debug(">>>>>>>>>>> xxl-job, shecule push trigger : jobId = " + jobInfo.getId() ); logger.debug(">>>>>>>>>>> xxl-job, shecule push trigger : jobId = " + jobInfo.getId() );
// 2fresh next // 2fresh next
refreshNextValidTime(jobInfo, new Date(jobInfo.getTriggerNextTime())); refreshNextValidTime(jobInfo, new Date());
// next-trigger-time in 5s, pre-read again // next-trigger-time in 5s, pre-read again
if (jobInfo.getTriggerStatus()==1 && nowTime + PRE_READ_MS > jobInfo.getTriggerNextTime()) { if (jobInfo.getTriggerStatus()==1 && nowTime + PRE_READ_MS > jobInfo.getTriggerNextTime()) {