Versions Compared

Key

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

...

Agent Cluster

Image RemovedImage Added

Feature

  • The JobScheduler allows multiple Agents to be specified for a single Process Class.
    • The JobScheduler Master contacts Agents in round-robin mode:
      Agents 
      • by fixed priority scheduling:
        • JobScheduler Master will select the first available Agent for execution of jobs.
        • If an Agent is not available then the next available Agent is selected from the Agent Cluster.
        • Jira
          serverSOS JIRA
          columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
          serverId6dc67751-9d67-34cd-985b-194a8cdc9602
          keyJS-
      1188
        • 1554
      • by round-robin schedulung:
        • JobScheduler Master switches the Agent for each job execution.
        • If an Agent is not available then the next available Agent is selected from the Agent Cluster.
        • Jira
          serverSOS JIRA
          columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
          serverId6dc67751-9d67-34cd-985b-194a8cdc9602
          keyJS-1188
      • If the designated
       
      • 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 contactedthis . 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.
  • Feature Availability
    • Display feature availability
      StartingFromRelease1.9

...