Operational tool around the message broker Celery.
Specifically, it is a query interface for tasks stored in the result backend.
This tool is only compatible with a result backend that uses a SQL database.
- Web interface to visualize tasks results and states (success, failure, etc.) from the celery result backend
- Button to relaunch a task with same name, arguments. (Better use this feature with idempotent tasks)
See folder examples