worker_node.cli
Command line interface for Execution.
Attributes
Classes
Command line interface for Worker Node with automatic logging. |
Functions
|
Entrypoint to create WorkerNode CLI. |
Module Contents
- worker_node.cli.logger
- class worker_node.cli.WorkerNodeCLI
Bases:
jobmon.core.cli.CLICommand 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