Versions Compared

Key

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

...

Excerpt

The JobScheduler's unique concept includes the use of jobs within job chains with dependencies.

  • Jobs are the basic unit for the processing of executable files
, job
  • (programs, scripts, commands etc.).
  • Job chains can be seen as an assembly line on which
multiple
  • a number of job nodes are passed sequentially.
  • Orders represent triggers that will cause a job chain to be started based on calendar events.

Jobs

  • Jobs are the basic unit for the processing of executable files, shell scripts, procedures and of job implementations based on the JobScheduler internal API.
  • Jobs can be executed independently from one another. However, job starts can also be made dependent on the execution result (success, failure, exit code) of preceeding jobs.
  • Jobs can be executed in parallel by a configurable number of tasks.

...