django-healthz 0.0.5

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangohealthz 0.0.5

Rehive Django HealthCheck
Quick start

Install the package:

pip install django-healthz


Add "healthz" to your INSTALLED_APPS settings like this:

INSTALLED_APPS = [
...
'healthz',
]


Include the healtheck middleware in the django middleware:

MIDDLEWARE = [
'healthz.middleware.HealthCheckMiddleware',
...
]


Configure the readiness checks:

HEALTHCHECK = {
'READINESS_CHECKS': ('databases', 'caches', 'queues',)
}

TODO

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.