Skip to content

Health Check#54

Merged
hayesZach merged 3 commits intomasterfrom
feature/health-check
Mar 16, 2026
Merged

Health Check#54
hayesZach merged 3 commits intomasterfrom
feature/health-check

Conversation

@hayesZach
Copy link
Copy Markdown
Collaborator

@hayesZach hayesZach commented Mar 11, 2026

Refs CSF-775


Note

Medium Risk
Introduces a new liveness probe that can trigger container restarts if the new /api/v1/health route is miswired or unavailable. Code changes are small, but the deployment behavior change can impact uptime if configured incorrectly.

Overview
Adds a new api/v1/health router that returns 200 OK with body OK, and mounts it at /health under the v1 API.

Updates the Knative/Cloud Run service manifest to include an HTTP livenessProbe hitting /api/v1/health on port 80, enabling automated restarts when the service becomes unhealthy.

Written by Cursor Bugbot for commit e0210a9. This will update automatically on new commits. Configure here.

@hayesZach hayesZach self-assigned this Mar 11, 2026
@linear
Copy link
Copy Markdown

linear bot commented Mar 11, 2026

@hayesZach hayesZach added the Enhancement New feature or request label Mar 11, 2026
@hayesZach hayesZach marked this pull request as ready for review March 12, 2026 00:08
@hayesZach hayesZach requested a review from Step7750 March 12, 2026 16:28
@hayesZach hayesZach merged commit de9d3f3 into master Mar 16, 2026
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants