Co-authored-by: fan.wang <fan.wang@jiduauto.com>
@ -111,7 +111,7 @@ public class QuartzScheduler implements SchedulerApi {
.endAt(endDate)
.withSchedule(
cronSchedule(cronExpression)
.withMisfireHandlingInstructionDoNothing()
.withMisfireHandlingInstructionFireAndProceed()
.inTimeZone(DateUtils.getTimezone(timezoneId))
)
.forJob(jobDetail).build();