Our Celery Manager

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.

Features

  • 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)

Development Documentation

DEV_README.md

Examples of docker-compose files

See folder examples

Screenshot

Interface