Skip to main content

Queue health checker for Django

Project description

Django Queue Health

Simple django app for checking queue health. Targeted to be used for Kubernetes deployments to periodically schedule update_queue_timestamp and set timestamp and verified by test_queue_health as a probe to verify if worker works and is not stucked.

For an up to date and maintained version of this library, please checkout gitlab.com

Installation

Using pip:

pip install django-queue-health

From git:

pip install git+https://gitlab.com/adaptiware/django-queue-health.git

Usage

  1. Add "queuehealth" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...,
'queuechecker',
]
  1. Add variable "DQH_TRESHOLD" to your settings like this:
# Minutes treshold to check if there is queue log and if queue is running
DQH_TRESHOLD = 10
  1. Configure default django cache.
  2. Queue Health use django rq or celery.
  3. Use commands:
# Push job to queue that updates the timestamp 

python manage.py update_queue_timestamp 

# Check if timestamp in cache less than trashold

python manage.py test_queue_health

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_queue_health-0.2.1-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file django_queue_health-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: django_queue_health-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.4

File hashes

Hashes for django_queue_health-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ba0570b844b754f466726c0d68f900f7d50f747c783164a13a2f819dc50960a3
MD5 450dc534c1f823f767382fb04f356a5f
BLAKE2b-256 537843d090e46ee56eec9ca3c3e871d50e711016308b3406850064504cb283e3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page