pub fn executor_config(
scheduler_host: &str,
scheduler_port: u16,
port: u16,
grpc_port: u16,
concurrent_tasks: Option<usize>,
work_dir: Option<String>,
) -> ExecutorProcessConfigExpand description
Executor configuration with OxideLake’s hooks installed.