Flower is a web based tool to monitor Celery.
To install Flower, we can use pip as follows:
pip
pip install flower
To run Flower for proj:
proj
celery -A proj flower
Now, flower is accessible in:
http://localhost:5555
Topic Id: 7477
Example Ids: 24693
This site is not affiliated with any of the contributors.
Content on the page is taken from Stack Overflow Documentation
This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service