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
- class worker_node.cli.WorkerNodeCLI[source]
Bases:
jobmon.core.cli.CLICommand line interface for Worker Node with automatic logging.
- run_task_instance_job(args: argparse.Namespace) int[source]
Configuration for the jobmon worker node.
- run_task_instance_array(args: argparse.Namespace) int[source]
Configuration for the jobmon worker node.
- run_task_generator(args: argparse.Namespace) int[source]