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
- Add "queuehealth" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...,
'queuechecker',
]
- 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
- Configure default django cache.
- Queue Health use django rq or celery.
- 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba0570b844b754f466726c0d68f900f7d50f747c783164a13a2f819dc50960a3
|
|
| MD5 |
450dc534c1f823f767382fb04f356a5f
|
|
| BLAKE2b-256 |
537843d090e46ee56eec9ca3c3e871d50e711016308b3406850064504cb283e3
|