mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
Implement createWorkerClient to return a workerTaskClient when a node has an active gRPC stream. Add workerTaskClient that wraps the server.TaskServiceServer, stubs other client RPCs and forwards CheckProcess calls directly to server.CheckProcess for querying worker process status.