Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Celery observability inside Django admin (no Flower, no extra process) (github.com/yassi)
1 point by yassi_dev 46 days ago | hide | past | favorite
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



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: