View Source Handoff.RemoteExecutionWrapper (Handoff v0.1.0)

Handles the execution of a function on a remote node, storing its result locally, and confirming back to the orchestrator.

Link to this section Summary

Functions

Executes a function on this (remote) node, fetching its arguments from this node's local ResultStore, stores the result locally, and confirms back to the orchestrator.

Link to this section Functions

Link to this function

execute_and_store(dag_id, function_struct, arg_ids, orchestrator_node, all_dag_functions)

View Source

Executes a function on this (remote) node, fetching its arguments from this node's local ResultStore, stores the result locally, and confirms back to the orchestrator.

Resource management (request/release) is assumed to be handled by the orchestrator for the target node before this function is called.