• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zentralopensource / zentral / 29333659979
89%

Build:
DEFAULT BRANCH: main
Ran 14 Jul 2026 12:51PM UTC
Jobs 1
Files 973
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Jul 2026 12:44PM UTC coverage: 88.9% (+0.002%) from 88.898%
29333659979

push

github

web-flow
DB connection resilience behind the RDS Proxy (start: CONN_HEALTH_CHECKS) (#1536)

* Enable CONN_HEALTH_CHECKS for the database connections

With persistent connections (CONN_MAX_AGE > 0), an idle connection can be closed by the database server or a connection pooler/proxy in front of it. Reusing the now-dead connection surfaces as an occasional request error. CONN_HEALTH_CHECKS (Django 4.1+) verifies the connection is alive before reuse and transparently reopens it if not, removing the stale-reuse failures. Applies to both default and ro (ro copies default's config).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Cap database connection setup with connect_timeout

Set connect_timeout=10 on the database connection. Without it a stalled connect blocks indefinitely, and the request hangs until the app server's worker timeout kills the worker (turning a connect hiccup into worker churn and a 5xx). Capping it makes a stalled connect fail fast and cleanly instead. 10s sits well above a normal sub-second connect, so a transient hiccup or a cold pooler/DB scale-up can still complete. Applies to both default and ro (ro copies default's config).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

47494 of 53424 relevant lines covered (88.9%)

0.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29333659979.1 14 Jul 2026 12:51PM UTC 973
88.9
GitHub Action Run
Source Files on build 29333659979
  • Tree
  • List 973
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29333659979
  • 92a079dd on github
  • Prev Build on main (#29332123193)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc