Skip to content

feat: add /lean/v0/ready endpoint for readiness checks#619

Closed
chetanyb wants to merge 1 commit intomainfrom
add-ready-endpoint
Closed

feat: add /lean/v0/ready endpoint for readiness checks#619
chetanyb wants to merge 1 commit intomainfrom
add-ready-endpoint

Conversation

@chetanyb
Copy link
Copy Markdown
Contributor

Summary

Adds a readiness endpoint at /lean/v0/ready that returns:

  • 200 {"ready":true} when chain is initialized
  • 503 {"ready":false} otherwise

Useful for orchestration systems (e.g., Kubernetes readiness probes) to determine when the node is ready to serve requests.

Returns 200 with {"ready":true} when chain is initialized, 503 with
{"ready":false} otherwise. Useful for orchestration systems (e.g.,
Kubernetes readiness probes).
@chetanyb
Copy link
Copy Markdown
Contributor Author

chetanyb commented Mar 3, 2026

closing in favor of #623

@chetanyb chetanyb closed this Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant