Details
-
Fix
-
Status: Released (View Workflow)
-
Medium
-
Resolution: Fixed
-
2.7.2
-
None
Description
Current Situation
- In a metrics-based Subagent Cluster users specify the Subagent's priority from a formula that includes the variable $js7ClusterSubagentProcessCount.
- The variable returns the number of processes in execution with all Subagents of the given Subagent Cluster.
- The variable should return the number of processes in execution with the individual Subagent of the given Subagent Cluster.
Desired Behavior
- $js7ClusterSubagentProcessCount: returns the number of processes in execution with the individual Subagent in the given Subagent Cluster.
- $js7ClusterProcessCount: returns the number of processes in execution with all Subagents in the given Subagent Cluster.
Delimitation
- The issue is about the priority of Subagents selected for job execution.
- This does not consider simultaneous job starts that are addressed with
JS-2249.