Versions Compared

Key

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

Scheduler is a component of Adeptia Suite that manages events and triggers process flows based on the occurrence of events. The normal state of the Scheduler is Running. However, it may be required to pause or stop occasionally for system performance or maintenance reasons. When the scheduler is Paused or Stopped, no scheduler supported Event will be f

Anchor
_Hlt96426283
_Hlt96426283
ired.
In the Adeptia Suite, this feature is available in:

...

Anchor
maxmisfires
maxmisfires
Anchor
_Toc177977415
_Toc177977415
Anchor
_Toc226191269
_Toc226191269
Anchor
_Toc317761248
_Toc317761248
Anchor
_Toc398804162
_Toc398804162
org.quartz.jobStore.maxMisfiresToHandleAtATime

 

Description

This property is used to define the maximum number of misfired triggers that the jobstore can handle at a given time

Default Value

5

Possible Values

1-100

Selection Criteria

NA

Comments

If the jobstore handles many triggers at once then the database tables could get locked, thus hampering the performance of other triggers. This property limits the maximum number of misfired events that can be fired at a time. If there are numerous misfired events, then they are fired in batches.

...