Settings

Theme

Show HN: Celery observability inside Django admin (no Flower, no extra process)

github.com

1 points by yassi_dev a month ago · 0 comments · 1 min read

Reader

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

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection