You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Celery on Kubernetes. After deployment, we have reported deleted workers as online via metrics. We use FLOWER_PURGE_OFFLINE_WORKERS to cleanup workers from UI, but it persists in metrics.
Describe the bug
We use Celery on Kubernetes. After deployment, we have reported deleted workers as online via metrics. We use
FLOWER_PURGE_OFFLINE_WORKERS
to cleanup workers from UI, but it persists in metrics.I can see where metrics should be updated (
flower/flower/events.py
Line 118 in 2cc15c1
application.update_workers
to refresh data (flower/flower/views/dashboard.py
Lines 24 to 28 in ce5f0de
flower/flower/views/dashboard.py
Line 49 in ce5f0de
To Reproduce
Steps to reproduce the behavior:
A detailed scenario has not been developed yet. Experiments will be developed after the initial discussion.
Expected behavior
A clear and concise description of what you expected to happen.
In perfect condition:
We might also consider exposing heartbeat value for all workers.
Screenshots
We have list of worker in UI:
We have list of metrics:
Please note that two additional workers are reported as online.
System information
Output of
python -c 'from flower.utils import bugreport; print(bugreport())'
commandThe text was updated successfully, but these errors were encountered: