Skip to main content

Django Control Room Panel Tests codecov PyPI version Python versions License: MIT Downloads

Django Celery Panel

DJ Celery Panel brings Celery monitoring directly into the Django Admin.

DJ Celery Panel

Compatible with dj-control-room. Register this panel in the Control Room to manage it from a centralized dashboard.

Docs

https://django-control-room.github.io/dj-celery-panel/

Features

  • Workers Monitoring: View active Celery workers, their status, pool type, and concurrency
  • Task Management: Browse and inspect Celery tasks with detailed information
  • Queue Overview: Monitor configured queues and their routing
  • Periodic Tasks: View scheduled periodic tasks and their schedules
  • Real-time Inspection: Live data from Celery's inspect API
  • Django Admin Integration: Seamlessly integrated into your existing Django admin interface
  • Swappable Backends: Pluggable architecture for custom data sources and monitoring integrations (see Configuration)

Requirements

  • Python 3.9+
  • Django 4.2+

Screenshots

Django Admin Integration

Seamlessly integrated into your Django admin interface. A new section for dj-celery-panel will appear in the same places where your models appear.

NOTE: This application does not actually introduce any model or migrations.

Admin Home

Dashboard Overview

Get a quick overview of your Celery infrastructure including active workers, recent tasks, and queue status.

Dashboard Overview

Workers Monitoring

View all active Celery workers with detailed information about their status, pool type, concurrency, and processing capabilities.

Workers

Task Management

Browse and inspect your Celery tasks with complete details including status, arguments, results, and execution time.

Tasks

Configuration

View your Celery configuration including broker settings, result backend, and other runtime parameters.

Configuration

Installation

pip install dj-celery-panel dj-control-room

Add it to INSTALLED_APPS, include its URLs, and migrate:

INSTALLED_APPS = [
    # ...
    "dj_control_room_base",
    "dj_celery_panel",
    "dj_control_room",
    # ...
]
urlpatterns = [
    path("admin/dj-control-room-base/", include("dj_control_room_base.urls")),
    path("admin/dj-celery-panel/", include("dj_celery_panel.urls")),
    path("admin/dj-control-room/", include("dj_control_room.urls")),
    path("admin/", admin.site.urls),
]
python manage.py migrate

Then visit /admin/ and look for the "DJ CELERY PANEL" section.

Note: The panel requires at least one Celery worker to be running to display worker and queue information.

For the full walkthrough, settings reference (swappable backends, periodic tasks, CSS), and production recommendations, see the Installation and Configuration docs. See Scopes for per-view permission scopes.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Development Setup

Want to contribute or set up the project for local development? See docs/development.md for prerequisites, Docker/virtualenv setup, running the example project, and the test suite.

Download files

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

Source Distribution

dj_celery_panel-0.5.0.tar.gz (39.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dj_celery_panel-0.5.0-py3-none-any.whl (40.6 kB view details)

Uploaded Python 3

File details

Details for the file dj_celery_panel-0.5.0.tar.gz.

File metadata

  • Download URL: dj_celery_panel-0.5.0.tar.gz
  • Upload date:
  • Size: 39.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for dj_celery_panel-0.5.0.tar.gz
Algorithm Hash digest
SHA256 5f66789254f0ed268073872d5325f085ffdcc4b340949a4ecc636a53ccc19d66
MD5 28bac978ba521d5a576f988d67a126fd
BLAKE2b-256 f64928f8a80f1e12751031a3ca5a9be97a610b112efa1d9ec8f313d6c9a4dd4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for dj_celery_panel-0.5.0.tar.gz:

Publisher: python-publish.yml on django-control-room/dj-celery-panel

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dj_celery_panel-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for dj_celery_panel-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8d069bed97dd8d3b4e95e99b2bd802d51bd43667540801b659f2e780ac9dd6b5
MD5 e3c598a43f62c5f1331316d4da9d753a
BLAKE2b-256 5bf45632e12a34d7b6ad111f5682a39c8d919acba78099394cb6460ad09be275

See more details on using hashes here.

Provenance

The following attestation bundles were made for dj_celery_panel-0.5.0-py3-none-any.whl:

Publisher: python-publish.yml on django-control-room/dj-celery-panel

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page