Versions Compared

Key

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

...

The ease with which this method allows remote JobScheduler's to be set means that job execution on remote JobSchedulers can more flexibly allocated than with process class based methods. In particular, it allows the decision about which JobScheduler a job is to be executed on to be made dynamically, for example, depending on the result of the preceding job.
In addition, only one instance of the job and job chain need to be defined in the live folder of the 'main' JobScheduler, thereby considerably increasing flexibility and reducing maintenance.

A scheduler.remote_scheduler

...

example

A scheduler.remote_scheduler example has been prepared and can be downloaded from:

...

The JobScheduler that is to execute the job chain is specified as an order parameter as shown in the following screenshot.

orAlternatively, the XML code in the XML of the {{Job_Chain_1,Order_2_Homer-4432.order.xml<code> file can be edited as follows:

<source>
<params>
<param name="scheduler.remote_scheduler" value="homer.sos:4432" />
</params>
</source>

...