Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 'Scope' added

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Scope

The JobSchedulerSynchronizeJobChains (Sync) Job is is a JITL Job that used to synchronize the execution of Jobs in different Job Chains. See the A sync job is used to synchronize jobs and job chains. See Examples - Jobs, Job Chains and Orders article for examples of use.

...

its use.

The Sync Job can also be used to join up the execution of parallel child segments of a Job Chain in JobScheduler versions 1.11.3 and older but suffers from performance issues. See the How to Execute Jobs in a Job Chain in Parallel article for more information.

The JobSchedulerJoinOrders (Join) Job is available for JobScheduler 1.11.4 and newer for joining up the execution of parallel child Job Chain segments. This Job is significantly faster than the Sync Job and can be used as a plug-in replacement for the Sync Job in existing Job Chains after an update of the JobScheduler to version 1.11 4 or newer. See the How to Execute Jobs in a Job Chain in Parallel article for more information.

Implementing the sync job

Use the Wizard from JOE to implement the sync job.

...