...
- JobScheduler Master supports Cluster Operation with redundancy of the involved cluster members.
- Clustering is frequently used for high-availability and in some cases for improved performance.
Agent
...
Cluster
Feature
- The JobScheduler allows multiple Agents to be specified for a single Process Class.
- The JobScheduler Master contacts Agents in round-robin mode:
Jira server SOS JIRA columns key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution serverId 6dc67751-9d67-34cd-985b-194a8cdc9602 key JS-1188 - the first Agent that is configured to execute jobs for the process class will be contacted.
- if the first Agent is not available then the next Agent listed in the process class configuration will be contacted
- this procedure will be repeated until an Agent is found that can execute the job.
- Use cases for this scenario include
- all Agents running on different server nodes: the switch to the next available Agent implements a fail-over to the next server node.
- a number of Agents running on the same server node: the switch to the next available Agent implements redundancy of Agents within a single server node.
- The JobScheduler Master contacts Agents in round-robin mode:
- Feature Availability
Display feature availability StartingFromRelease 1.9
...