Tutorial by Examples

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: http://localhost:5555

Page 1 of 1