Skip to content

Comments

Add health check endpoint and DB connection pool timeout#127

Merged
JulianKahnert merged 1 commit intodevelopfrom
feature/126-health-check-db-pool
Feb 13, 2026
Merged

Add health check endpoint and DB connection pool timeout#127
JulianKahnert merged 1 commit intodevelopfrom
feature/126-health-check-db-pool

Conversation

@JulianKahnert
Copy link
Owner

Summary

Test plan

Adds a /health endpoint that verifies database connectivity via SELECT 1,
enabling Docker healthchecks to detect frozen server state (ref #126).
Also sets explicit connectionPoolTimeout to prevent silent pool exhaustion.
@JulianKahnert JulianKahnert force-pushed the feature/126-health-check-db-pool branch from 64edc38 to 9d4160a Compare February 13, 2026 14:21
@JulianKahnert JulianKahnert merged commit 8e3336c into develop Feb 13, 2026
4 checks passed
@JulianKahnert JulianKahnert deleted the feature/126-health-check-db-pool branch February 13, 2026 18:30
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.

Server Hang: Database Connection Pool Deadlock causing ~4.5h downtime

1 participant