Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
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 configuration:
- Fixed Priority Scheduling is the default behavior of JobScheduler and therefore for JOE.
Attachments
Issue Links
- relates to
-
JS-1554 JobScheduler Master supports Fixed Priority Scheduling and Round-Robin Scheduling for Tasks with Agents
- Released