1 2 3 4 5 6 7
#[tracing::instrument] pub async fn execute_node_component() { // Attach to the running executor, determine if the executor is located locally or remotely over grpc // TODO: do we make grpc requests? }