Versions Compared

Key

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

...

  • Use Case
    • Run parts of a job chain in parallel, where parallel processing is already being carried out.
  • Solution Outline
    • Two standard JITL Jobs are provided for this:
      • JobSchedulerJobChainSplitter
        • splits an incoming order into multiple orders that are run in parallel through a job chain within a range of predefined job chain nodes.
      • JobSchedulerJoinOrders
        • joins the orders that have previously been split in a job chain node, i.e. this job forces any split orders to complete to this job chain node before processing continues.
  • References
  • Availability
    • Display feature availability
      StartingFromRelease1.11.4

Solution

  • Download nested_parallel_execution.zip
  • Extract the archive to a folder ./config/live of your JobScheduler Master installation.
  • The archive will extract the files to a folder nested_parallel_execution. 
  • You can save the sample files in any folder as you like, the solution does not require the use of specific folder names. Job names can be freely chosen, with the exception of JITL jobs - which here are JobChainSplitter and join.

...