Hide Forgot
Description of problem: Flower is a web based tool for monitoring and administrating Celery clusters Its a nice tool to have for celery monitoring. It provides nice dashboard with celery tasks details like ( scheduled, queued, task times, failed tasks, ..etc) But It doesn't support qpid broker. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. configure flower for your pulp server celery -A pulp.server.async.app flower --port=5555 2. open http://satserver:5555/broker 3. Actual results: Its not supported Expected results: provide support for qpid Additional info:
I've tried doing this myself and also found that there is not support for the Qpid broker. The worker discovery, tasks being run, utilization, and all of that works, but seeing anything about the broker state does not work. I commented upstream about the lack of Qpid support[0]. The recommendation from mher (who I talk with on #celery) was to implement a broker class for flower [1]. [0]: https://github.com/mher/flower/issues/473#issuecomment-157513954 [1]: https://github.com/mher/flower/issues/473#issuecomment-172391854
Moving 6.2 bugs out to sat-backlog.
Actually we already had an issue on this upstream. I'm linking up the bugs now. Thanks @bbuckingham
The Pulp upstream bug status is at NEW. Updating the external tracker on this bug.
The Pulp upstream bug priority is at Normal. Updating the external tracker on this bug.
We are going to track this upstream only, particularly since it is not part of the product. Thanks for suggesting it. https://pulp.plan.io/issues/857