mantis-control-plane/mantis-control-plane-server/src/main/java/io/mantisrx/master/resourcecluster/ResourceClusterActor.java [159:175]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ) {
        return Props.create(
            ResourceClusterActor.class,
            clusterID,
            heartbeatTimeout,
            assignmentTimeout,
            disabledTaskExecutorsCheckInterval,
            schedulerLeaseExpirationDuration,
            clock,
            rpcService,
            mantisJobStore,
            jobMessageRouter,
            maxJobArtifactsToCache,
            jobClustersWithArtifactCachingEnabled,
            isJobArtifactCachingEnabled,
            schedulingAttributes,
            fitnessCalculator,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mantis-control-plane/mantis-control-plane-server/src/main/java/io/mantisrx/master/resourcecluster/ResourceClusterActor.java [195:211]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ) {
        return Props.create(
            ResourceClusterActor.class,
            clusterID,
            heartbeatTimeout,
            assignmentTimeout,
            disabledTaskExecutorsCheckInterval,
            schedulerLeaseExpirationDuration,
            clock,
            rpcService,
            mantisJobStore,
            jobMessageRouter,
            maxJobArtifactsToCache,
            jobClustersWithArtifactCachingEnabled,
            isJobArtifactCachingEnabled,
            schedulingAttributes,
            fitnessCalculator,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



