Simple Celery statuspage for Django
Project description
This is simple module which can be used to test running Celery tasks.
Usage:
add django_celery_statuspage to your APPLICATIONS
add url(‘^/status/celery/’, ‘django_celery_status.views.ping_view’), to your url definition
open /status/celery/ page on your website
Opening /status/celery/ page creates one dummy task, runs it and returns its result. If the task result is not obtained withing 5 seconds, response is 500.
The /status/celery/ page can be added to your Nagios/Icinga monitoring.
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 Distribution
Close
Hashes for django-celery-statuspage-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 234578e90e2a31566171e83b2ed9f2851674b7865479797f5dc35d0fe761a167 |
|
MD5 | d61efd1089310a08dd7018703622cfda |
|
BLAKE2b-256 | 5558e1ff66a6bbfaba39571a46ac53c3877553c43a9e1fe3d58cfd7f4d326bb2 |