flower
flower copied to clipboard
can not see celery worker in flower
Describe the bug A clear and concise description of what the bug is. can not see celery worker in flower。
To Reproduce Steps to reproduce the behavior:
celery -A tasks worker -P gevent -E -l debug
celery -A tasks flower --loglevel=debug
I visit http://ip:5555.look like this
celery -A tasks status
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
System information
Output of python -c 'from flower.utils import bugreport; print(bugreport())' command
flower -> flower:1.2.0 tornado:6.5.2 humanize:4.14.0
software -> celery:5.5.2 (immunity) kombu:5.5.4 py:3.11.12
billiard:4.2.1 py-amqp:5.3.1
platform -> system:Linux arch:64bit, ELF
kernel version:5.15.0-144-generic imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:amqp results:disabled
deprecated_settings: None
Try using the new version.
I have the same issue with Flower 2.x