Parallels / rq-dashboard

Flask-based web front-end for monitoring RQ queues
http://python-rq.org/
Other
1.44k stars 328 forks source link

Worker list contains an incorrect worker #351

Open chamoulox opened 4 years ago

chamoulox commented 4 years ago

Hello,

I have an issue with rq-dashboard. When accessing the dashboard, I have a worker listed that should not be listed, see below screenshot

rq_dashboard

As you can see, this worker is not linked to any queue. There is also no traces of this worker when I'm monitoring my app. (This worker doesn't appear in deployed worker list). I don't know exactly what happens with this worker. It's been a while now since this worker is in the list (almost 1 month)

Do you have any idea of what happens or do you need further information about it ? Thanks in advance

further information: container running in docker rq-dashboard: 0.6.1 rq: 1.42 redis: 3.5.3 python: 3.7.6