Skip to content

Add a health test to Hypha.#4797

Merged
frjo merged 1 commit into
mainfrom
maintenance/hypha-health-test
Apr 2, 2026
Merged

Add a health test to Hypha.#4797
frjo merged 1 commit into
mainfrom
maintenance/hypha-health-test

Conversation

@frjo
Copy link
Copy Markdown
Member

@frjo frjo commented Apr 2, 2026

This is useful on deployment in e.g. docker or similar.

@frjo frjo added Type: Maintenance Type: Patch Mini change, used in release drafter labels Apr 2, 2026
@frjo frjo merged commit 1645d0e into main Apr 2, 2026
7 checks passed
Comment thread hypha/health.py
connection.ensure_connection()
except OperationalError as e:
return HttpResponseServerError(
f"db unavailable: {e}", content_type="text/plain"

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
@frjo frjo deleted the maintenance/hypha-health-test branch April 10, 2026 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Maintenance Type: Patch Mini change, used in release drafter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants