Skip to main content

Django view to render Celery status

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_statuspage.views.ping’), 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


Download files

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

Source Distribution

django-celery-statuspage-0.0.2.tar.gz (2.6 kB view hashes)

Uploaded Source

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