1 month ago
Wed Jan 21, 2026 1:18pm PST
Show HN: Celery observability inside Django admin (no Flower, no extra process)
I built an open-source tool that surfaces Celery inspection data directly inside Django admin.

The motivation was avoiding a separate Flower process and keeping operational context where Django teams already work. It uses swappable backends that support django-celery-results or even the celery inspect API directly for live communication with workers

Feedback is welcome, especially from teams running Django + Celery in production.

This is the third in a series of projects that bring observability to the Django admin. You can check out the others as well:

dj-redis-panel: https://github.com/yassi/dj-redis-panel

dj-cache-panel: https://github.com/yassi/dj-cache-panel

read article
comments:
add comment
loading comments...