Parallels / rq-dashboard

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

[compatibility] port rq version to >= 1.8 #382

Open fakegermano opened 3 years ago

fakegermano commented 3 years ago

current rq version supported by the project is fixed at 1.3. there were some changes to rq that break the UI if you use the dashboard when connecting to a redis database that was polulated by newer rq versions.

jace commented 3 years ago

I'm using this with RQ 1.8.1 and don't see anything broken. Could you elaborate? (With a manual patch for the click compatibility issue as resolved in #383 and #385.)