...
- Jobs and Job Chains can be executed by Agents.
- Agents can be operated in a an Agent Cluster:
- Fixed Priority Scheduling
- JobScheduler Master selects the first available Agent from a cluster for job execution.
- Should an Agent not be available then the next available Agent is used.
Jira server SOS JIRA columns key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution serverId 6dc67751-9d67-34cd-985b-194a8cdc9602 key JS-1554
- Round-Robin Scheduling
- JobScheduler Master switches the Agent used for each job execution.
- Should an Agent not be available then the next available Agent is used.
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
- Fixed Priority Scheduling
- Example configuration files are provided for downloading.
...