Django Celery Panel
DJ Celery Panel brings Celery monitoring directly into the Django Admin.
Compatible with dj-control-room. Register this panel in the Control Room to manage it from a centralized dashboard.
- Official site: djangocontrolroom.com
- Project repo: dj-control-room
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.
Dashboard Overview
Get a quick overview of your Celery infrastructure including active workers, recent tasks, and queue status.
Workers Monitoring
View all active Celery workers with detailed information about their status, pool type, concurrency, and processing capabilities.
Task Management
Browse and inspect your Celery tasks with complete details including status, arguments, results, and execution time.
Configuration
View your Celery configuration including broker settings, result backend, and other runtime parameters.
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
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 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f66789254f0ed268073872d5325f085ffdcc4b340949a4ecc636a53ccc19d66
|
|
| MD5 |
28bac978ba521d5a576f988d67a126fd
|
|
| BLAKE2b-256 |
f64928f8a80f1e12751031a3ca5a9be97a610b112efa1d9ec8f313d6c9a4dd4f
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dj_celery_panel-0.5.0.tar.gz -
Subject digest:
5f66789254f0ed268073872d5325f085ffdcc4b340949a4ecc636a53ccc19d66 - Sigstore transparency entry: 2339018776
- Sigstore integration time:
-
Permalink:
django-control-room/dj-celery-panel@18b1cf58a456e23bbab3914c07601188807e6054 -
Branch / Tag:
refs/tags/0.5.0 - Owner: https://github.com/django-control-room
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@18b1cf58a456e23bbab3914c07601188807e6054 -
Trigger Event:
release
-
Statement type:
File details
Details for the file dj_celery_panel-0.5.0-py3-none-any.whl.
File metadata
- Download URL: dj_celery_panel-0.5.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d069bed97dd8d3b4e95e99b2bd802d51bd43667540801b659f2e780ac9dd6b5
|
|
| MD5 |
e3c598a43f62c5f1331316d4da9d753a
|
|
| BLAKE2b-256 |
5bf45632e12a34d7b6ad111f5682a39c8d919acba78099394cb6460ad09be275
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dj_celery_panel-0.5.0-py3-none-any.whl -
Subject digest:
8d069bed97dd8d3b4e95e99b2bd802d51bd43667540801b659f2e780ac9dd6b5 - Sigstore transparency entry: 2339018784
- Sigstore integration time:
-
Permalink:
django-control-room/dj-celery-panel@18b1cf58a456e23bbab3914c07601188807e6054 -
Branch / Tag:
refs/tags/0.5.0 - Owner: https://github.com/django-control-room
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@18b1cf58a456e23bbab3914c07601188807e6054 -
Trigger Event:
release
-
Statement type: