Skip to content

Create liveness and readiness checks #404

@wolf31o2

Description

@wolf31o2

Update the health checks to support both liveness and readiness concerns.

  • /health is for liveness of the application
  • /healthz is for readiness of the application

For readiness, we should check if the underlying node socket is available, reachable, and we can communicate with it, and update an internal structure. Callers should get results from this internal structure to reduce calls to the underlying node.

Relates to #376

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions