OpenFabrics / sunfish_library_reference

The core Sunfish implementation
BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

Handling Agent's heartbeat #36

Open christian-pinto opened 2 months ago

christian-pinto commented 2 months ago

Implement the heartbeat event for each agent to log the last seen.What is the amount of time between heartbeats we can consider an agent as still alive? If that time passes, what do we do with the agent and the associated resources?

christian-pinto commented 2 months ago

In the library we should have a routine for keeping track of agent's heartbeats

We should also figure out what to do with resources of an allegedly failed agent (missed heartbeat)