Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


The Smart Misfire Policy is dependent on the Repeat Count value. In case of all events except Timer event, the Repeat Count value is Infinity. However, in case of a Timer event, the Repeat Count value is based on the Expiry Criteria value. This is described in the table below.

Anchor
_Ref176326189
_Ref176326189
Anchor
_Toc177878271
_Toc177878271
Anchor
_Toc208651168
_Toc208651168
Anchor
_Toc269246235
_Toc269246235
Table 4: Repeat Count Value of Timer Event and Misfire Policy

Expiry Criteria

Repeat Count

Misfire Policy

Timer Event- Run only Once

0

The misfired event will be triggered only once

Timer Event-Repeat Count specified value
e.g. 10

Specified value
e.g. 10

All misfired events and the remaining events will be triggered. The number of misfired event triggered at a time is controlled by
org.quartz.jobStore.maxMisfiresToHandleAtATime properties defined the quartz.properties file.

Timer Event-Expiry by Date/time or All other Events

Infinity

Only the remaining events will be triggered. All misfired events will be lost.

...