Module executor

Module executor 

Source
Expand description

Parallel execution framework for SSH operations.

Re-exports§

pub use exit_strategy::ExitCodeStrategy;
pub use rank_detector::RankDetector;

Modules§

exit_strategy
Exit code calculation strategies for distributed execution.
rank_detector
Main rank detection for distributed execution.

Structs§

DownloadResult
Result of downloading a file from a single node.
ExecutionResult
Result of executing a command on a single node.
ParallelExecutor
Parallel executor for running commands across multiple nodes.
UploadResult
Result of uploading a file to a single node.

Functions§

download_dir_from_node
Download a directory from a node with jump host support.