-
Notifications
You must be signed in to change notification settings - Fork 12
Health endpoints y readiness checks #36
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendBackend API and server workBackend API and server workcomplexity:trivial100 points - small, clearly bounded task100 points - small, clearly bounded taskinfraInfrastructure and deploymentInfrastructure and deployment
Milestone
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendBackend API and server workBackend API and server workcomplexity:trivial100 points - small, clearly bounded task100 points - small, clearly bounded taskinfraInfrastructure and deploymentInfrastructure and deployment
Why this matters
A dedicated health signal makes deploy checks and smoke tests reliable.
Problem
There is no health or readiness endpoint for deployment verification.
Scope
Implementation guidance
api/as the main touch point.vercel.jsonor deploy docs if the endpoint needs to be surfaced there.Out of scope
Acceptance criteria
Validation
npm run devand hit the endpoint locally.npm run buildto confirm the app still compiles.PR requirements
Closes #36.Complexity