Scope
- Jobs and Job Chains can be executed by Agents.
- Agents can be operated in a Cluster:
- Fixed Priority Scheduling
- Round-Robin Scheduling
- Example configuration files are provided for downloading.
Agent Cluster Configuration
Agent configuration for Fixed Priority Scheduling
Description
- The job chain is assigned a default Agent.
- All jobs are executed by this Agent.
Example
- Download job_chain_default_agent.zip
- Extract the archive to your
live
folder, a directoryjob_chain_default_agent
will be created.
- Extract the archive to your
- The process class -
01_ProcessClass_Default_Agent
- has been configured for an Agent on thelocalhost
and port4445
: adjust these values to point to your default Agent installation.
Agent configuration for Round-Robin Scheduling
Description
- The job chain is assigned a default Agent.
- All jobs are executed by this Agent.
Example
- Download job_chain_default_agent.zip
- Extract the archive to your
live
folder, a directoryjob_chain_default_agent
will be created.
- Extract the archive to your
- The process class -
01_ProcessClass_Default_Agent
- has been configured for an Agent on thelocalhost
and port4445
: adjust these values to point to your default Agent installation.
References
Change Management References
Documentation
- JobScheduler Reference Documentation:
- the <process_class> element
- the <remote_scheduler> element
- the <job_chain process_class="..."/> attribute