Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement healthcheck feature #53

Open
goldyfruit opened this issue Jan 9, 2025 · 0 comments
Open

Implement healthcheck feature #53

goldyfruit opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@goldyfruit
Copy link
Contributor

goldyfruit commented Jan 9, 2025

In order to get an idea of the status of a client, HiveMind Core should be able to send a message at interval (configurable) to the client, if the client answer then HiveMind Core consider the client alive and can update the DB (last_seen).

The feature should support these criterias:

  • Interval between check
  • How long to wait for the client response
  • How many message not returned before considered "unresponsive"

This configuration should be supported by the server.json configuration file.

This is an addition to #44

@goldyfruit goldyfruit added the enhancement New feature or request label Jan 9, 2025
@JarbasAl JarbasAl self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants