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.


Contributing

Want to contribute or set up the project for local development? See Contributing 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.6.0.tar.gz (39.1 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.6.0-py3-none-any.whl (40.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dj_celery_panel-0.6.0.tar.gz
  • Upload date:
  • Size: 39.1 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.6.0.tar.gz
Algorithm Hash digest
SHA256 de915a8880474954f59f8af0a5462b8f647539c96f271ac26f22ab897218401d
MD5 fec0f0a70b1ed2f607a462f278401226
BLAKE2b-256 cf3da2a21e92caa86ee00db8768f50349693c29fe7afdd1cffe185760154c7a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for dj_celery_panel-0.6.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.6.0-py3-none-any.whl.

File metadata

  • Download URL: dj_celery_panel-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 40.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for dj_celery_panel-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b059af9edaedb64015357a0f520d389543dcf7e125495cbc8a3572c61afb9f8b
MD5 32ceea470a46c3c4bd6285d6f5442403
BLAKE2b-256 0bc771b950644a01dcc40802bfd224beb6d3d2ef24b1ccb97c0a5aa466a8bcb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for dj_celery_panel-0.6.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