Skip to content

Health endpoint#263

Merged
righel merged 7 commits intomainfrom
health-endpoint
Apr 8, 2026
Merged

Health endpoint#263
righel merged 7 commits intomainfrom
health-endpoint

Conversation

@righel
Copy link
Copy Markdown
Collaborator

@righel righel commented Apr 7, 2026

Quick health check:
/health

{
  "status": "ok"
}

Full status:
/health?full=true

{
  "status": "ok",
  "checks": {
    "postgres": "ok",
    "opensearch": "ok",
    "redis": "ok",
    "modules": "ok",
    "storage": "ok",
    "workers": "ok"
  }
}

@righel righel linked an issue Apr 7, 2026 that may be closed by this pull request
Comment thread api/app/tests/api/test_diagnostics.py Fixed
righel and others added 5 commits April 7, 2026 14:35
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 8, 2026

Codecov Report

❌ Patch coverage is 93.87755% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.13%. Comparing base (779e224) to head (17d20ff).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
api/app/routers/diagnostics.py 91.37% 5 Missing ⚠️
api/app/tests/api_tester.py 77.77% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #263      +/-   ##
==========================================
+ Coverage   74.86%   75.13%   +0.26%     
==========================================
  Files         145      145              
  Lines       10400    10532     +132     
==========================================
+ Hits         7786     7913     +127     
- Misses       2614     2619       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@righel righel merged commit 9b0bc62 into main Apr 8, 2026
6 checks passed
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.

Endpoint for monitoring

1 participant