pub async fn bootstrap_worker_proc(
args: WorkerBootstrapArgs,
) -> Result<ActorHandle<ProcActor>, Error>
Expand description
Bootstrap the worker proc and join the system at bootstrap_addr
.
The actual worker actor is spawned by the corresponding controller.
The worker Python dependencies need to be packaged
separately and loaded during the runtime.