celery

Celery monitoring with Flower

Up and running with Flower

Flower is a web based tool to monitor Celery.

To install Flower, we can use pip as follows:

pip install flower

To run Flower for proj:

celery -A proj flower

Now, flower is accessible in:

https://localhost:5555

This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow