multiprocess

jobmon built-in.

Submodules

Attributes

__version__

Functions

get_cluster_queue_class(...)

Return the queue class for the Multiprocess executor.

get_cluster_distributor_class(...)

Return the cluster distributor for the Multiprocess executor.

get_cluster_worker_node_class(...)

Return the cluster worker node class for the Multiprocess executor.

Package Contents

multiprocess.__version__[source]
multiprocess.get_cluster_queue_class() Type[jobmon.core.cluster_protocol.ClusterQueue][source]

Return the queue class for the Multiprocess executor.

multiprocess.get_cluster_distributor_class() Type[jobmon.core.cluster_protocol.ClusterDistributor][source]

Return the cluster distributor for the Multiprocess executor.

multiprocess.get_cluster_worker_node_class() Type[jobmon.core.cluster_protocol.ClusterWorkerNode][source]

Return the cluster worker node class for the Multiprocess executor.