Asynchronous health checks #13
Labels
flag: good 1st issue
Good for newcomers
priority: medium
Medium priority
type: feature
New feature or request
type flag: spec change
Proposed change requires spec changes
workload: days
Likely takes days to resolve
To give clients an idea of the stability of a given services, an (optional) daemon could be implemented in this service that periodically sends heartbeat requests to individual services (e.g., to their
/GET service-info
endpoints). In order to provide this information to clients effectively, theExternalService
schema could be extended with an object property that provides some or all of the following (and possibly more) information:The frequency of heartbeats (and timeout!) is probably something that the admin of the cloud registry should set up in the app configuration.
The text was updated successfully, but these errors were encountered: