Versions Compared

Key

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

...

The Scheduler (Quartz) Component is introduced to be able to facilitate multi-node environments. This is used for evaluation cases and task in a DCM project (or a project that uses the process engine). Please consider if the advanced scheduler is more suitable for your situation. In the Basic scheduler the evaluation of task is done by a polling mechanism. Every time the interval expires the process engine starts evaluation for a project.

When a Blueriq project is loaded into the memory we determine the interval of case and task evaluation,  this is persisted in either the in-memory or database variant of the process engine. If multiple servers are connecting to the same quartz database the interval is overwritten by the last server that loads that application.

More information about the basic scheduler can be found at the Process Engine page.

...