gobench-io / gobench

A benchmark framework based on Golang
Apache License 2.0
73 stars 15 forks source link

heartbeat for agent discovery #168

Open nqd opened 1 year ago

nqd commented 1 year ago

When running in distributed mode, the master needs to know the working agents.

We will implement a simple heartbeat via gRPC to check for liveness of master and agent.

Tech tasks: