Uploaded image for project: 'JOE - JobScheduler Object Editor'
  1. JOE - JobScheduler Object Editor
  2. JOE-214

JOE supports Fixed Priority Scheduling and Round-Robin Scheduling configuration

    XMLWordPrintable

Details

    • Feature
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • 1.10.3, 1.11
    • None

    Description

      Feature

      • JobScheduler Master supports Fixed Priority Scheduling and Round-Robin Scheduling
      • JOE should support the respective configuration element <process_class select="first|next"
        • Fixed Priority Scheduling configuration:
          <process_class>
              <remote_schedulers select="first">
                  <remote_scheduler  remote_scheduler="http://agent1:4445"/>
                  <remote_scheduler  remote_scheduler="http://agent2:4445"/>
              </remote_schedulers>
          </process_class>
          
        • Round-Robin Scheduling configuration:
          <process_class>
              <remote_schedulers select="next">
                  <remote_scheduler  remote_scheduler="http://agent1:4445"/>
                  <remote_scheduler  remote_scheduler="http://agent2:4445"/>
              </remote_schedulers>
          </process_class>
          
      • Fixed Priority Scheduling is the default behavior of JobScheduler and therefore for JOE.

      Attachments

        Issue Links

          Activity

            People

              ur Uwe Risse
              ap Andreas PĆ¼schel
              Santiago Aucejo Petzoldt Santiago Aucejo Petzoldt
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: