Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Under Construction .........

General

JobScheduler Can handle dependencies on JobChain, Job, Task or Order Level. One can define pre-processing and post-processing on Job level
to check if required resources are available i.e. records in DB, previous job produced required output etc. Post-processing can be used to check if processing was successful, required results are produced or to decide next processing step i.e. if total records are more then 1 Million start DB index job else skip DB index job. So pre-processing can also be used to set environment variables, communicate with other JobScheduler instance etc.

...