worker_node.cli

Command line interface for Execution.

Attributes

logger

Classes

WorkerNodeCLI

Command line interface for Worker Node with automatic logging.

Functions

run(→ None)

Entrypoint to create WorkerNode CLI.

Module Contents

worker_node.cli.logger
class worker_node.cli.WorkerNodeCLI

Bases: jobmon.core.cli.CLI

Command line interface for Worker Node with automatic logging.

Initialization of the worker node CLI with automatic component logging.

parser
run_task_instance_job(args: argparse.Namespace) int

Configuration for the jobmon worker node.

run_task_instance_array(args: argparse.Namespace) int

Configuration for the jobmon worker node.

run_task_generator(args: argparse.Namespace) int
worker_node.cli.run(argstr: str | None = None) None

Entrypoint to create WorkerNode CLI.