You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

General

JobScheduler can handle different type of dependencies at JobChain and Job level
Few use cases for the dependencies are

  1. JobC can only be started when JobA and JobB are successfully ended.
  2. JobB on ServerB can only be started when JobA on Server B is finished.
  3. JobC should not be started of JobA is running

JobScheduler can Manage very complex dependencies using variety of inbuilt features such as

  1. Locks
  2. Split and Sync
  3. Eventing
  4. API jobs
  • No labels