-
Notifications
You must be signed in to change notification settings - Fork 329
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
Comments
I think this happens because 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 |
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. :) |
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:
But from flask integration and pip I get:
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.
The text was updated successfully, but these errors were encountered: