Skip to content

Health Check#54

Merged
zedimytch merged 3 commits into
masterfrom
feature/health-check
Mar 16, 2026
Merged

Health Check#54
zedimytch merged 3 commits into
masterfrom
feature/health-check

Conversation

@zedimytch
Copy link
Copy Markdown
Collaborator

@zedimytch zedimytch 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.

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

linear Bot commented Mar 11, 2026

@zedimytch zedimytch added the Enhancement New feature or request label Mar 11, 2026
@zedimytch zedimytch marked this pull request as ready for review March 12, 2026 00:08
@zedimytch zedimytch requested a review from Step7750 March 12, 2026 16:28
Comment thread deploy/reverse-watch-service.yaml Outdated
@zedimytch zedimytch 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