Skip to main content

Rehive Django HealthCheck

Quick start

  1. Install the package:
pip install django-healthz
  1. Add "healthz" to your INSTALLED_APPS settings like this:
    INSTALLED_APPS = [
        ...
        'healthz',
    ]
  1. Include the healtheck middleware in the django middleware:
MIDDLEWARE = [
    'healthz.middleware.HealthCheckMiddleware',
    ...
]
  1. Configure the readiness checks:
HEALTHCHECK = {
    'READINESS_CHECKS': ('databases', 'caches', 'queues',)
}

TODO

  1. Update responses to JSON
  2. Allow customization or readiness and healthz URLs.

Release files for django-healthz 0.0.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-healthz 0.0.5
File Size Uploaded
django-healthz-0.0.5.tar.gz 2.9 kB Details

Release files / django-healthz-0.0.5.tar.gz

Download URL django-healthz-0.0.5.tar.gz
Size 2.9 kB
Tags Source
SHA-256 checksum
How to use checksums
a151fe7e4a5a93f42701b0dc2619495354063c18e6cbfe33162c39a5afc69e89
BLAKE2b-256 checksum
How to use checksums
276ff6c64f75a88aac46c680349c0faf41b7e4679559e6a5b923e3bfb77afaef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8

Release history Release notifications | RSS feed

This release

0.0.5 This release

1 release file

0.0.4

1 release file

0.0.3

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page