src/hpc/autoscale/node/nodemanager.py [316:324]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self,
        bucket: NodeBucket,
        count: int,
        total_iterations: int,
        constraints: List[constraintslib.NodeConstraint],
        allow_existing: bool = False,
        assignment_id: Optional[str] = None,
        commit: bool = True,
    ) -> AllocationResult:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/hpc/autoscale/node/nodemanager.py [338:346]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self,
        bucket: NodeBucket,
        count: int,
        total_iterations: int,
        constraints: List[constraintslib.NodeConstraint],
        allow_existing: bool = False,
        assignment_id: Optional[str] = None,
        commit: bool = True,
    ) -> AllocationResult:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



