mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +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.