Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RQ-Dashboard Interface Mismatch #407

Open
diogper opened this issue Aug 8, 2022 · 3 comments
Open

RQ-Dashboard Interface Mismatch #407

diogper opened this issue Aug 8, 2022 · 3 comments

Comments

@diogper
Copy link

diogper commented Aug 8, 2022

Hello everyone,
I started using rq-dashboard but I noticed that although the rq-dashboard version is the same from pip and docker container, both have different user interface.

From docker container I get something like:
image

But from flask integration and pip I get:
image

I integrated directly on my flask server using the blueprint register.

Any idea why this happens? I wanted really to integrate it with my flask app cause I do not want to spawn more containers... Thank you for your time.

@FriedRiceWithEggs
Copy link

FriedRiceWithEggs commented Aug 9, 2022

I think this happens because docker pull eoranged/rq-dashboard pulls from the master branch and with pip install rq-dashboard you install 0.6.1. The html template files from 0.6.1 and the master branch are different.

In the readme there is also a snippet for integrating the dashboard in flask. For 0.6.1 this worked without issues for me but for the version on the master branch I got a no redis configuration error. Just add app.config["RQ_DASHBOARD_REDIS_URL"] = 'redis://localhost:6379' to your flask config then.

@diogper
Copy link
Author

diogper commented Aug 10, 2022

So I just issued pip install "git+https://github.com/rq/rq-scheduler.git" and still I receive the deprecated web interface... :-/

@homeworkprod
Copy link
Contributor

So I just issued pip install "git+https://github.com/rq/rq-scheduler.git" and still I receive the deprecated web interface... :-/

Highly likely because this is rq-dashboard, not rq-scheduler. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants