sequential

jobmon_uge.

Submodules

Functions

get_cluster_queue_class(...)

Return the queue class for the Sequential executor.

get_cluster_distributor_class(...)

Return the cluster distributor class for the Sequential executor.

get_cluster_worker_node_class(...)

Return the cluster worker node class for the Sequential executor.

Package Contents

sequential.get_cluster_queue_class() Type[jobmon.core.cluster_protocol.ClusterQueue]

Return the queue class for the Sequential executor.

sequential.get_cluster_distributor_class() Type[jobmon.core.cluster_protocol.ClusterDistributor]

Return the cluster distributor class for the Sequential executor.

sequential.get_cluster_worker_node_class() Type[jobmon.core.cluster_protocol.ClusterWorkerNode]

Return the cluster worker node class for the Sequential executor.