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

Question: showing pending/finished tasks in Flask Blueprint? #365

Open
mstenta opened this issue Sep 21, 2020 · 2 comments
Open

Question: showing pending/finished tasks in Flask Blueprint? #365

mstenta opened this issue Sep 21, 2020 · 2 comments

Comments

@mstenta
Copy link

mstenta commented Sep 21, 2020

Hi I'm experimenting with rq-dashboard (so helpful!). I started with the Docker image to test it out, and then tried the Flask blueprint in an existing app. When I look at the dashboard served via the blueprint, however, I can't seem to view pending/finished/failed jobs. I can see my queue in the "Queues" pane, but it always says "0" in the Jobs column. Nevertheless, things are working fine otherwise - jobs are being processed.

Notably, When I click on the name of my queue, it seems to just show the same general dashboard. Should it be showing something different (eg: a page with more detailed information about all the jobs)? Is this a clue to what's causing this issue on my end?

Side question: why do the Docker image and blueprint approaches look different in their UI? Are they on different versions? Could this be related to my issue? The Docker image is able to show all my jobs, pending, finished, failed etc.

@mstenta
Copy link
Author

mstenta commented Sep 21, 2020

The help text says:

This list below contains all the registered queues with the number of jobs currently in the queue. Select a queue from above to view all jobs currently pending on the queue.

So I think it's just an issue clicking on the individual queue to get more details, in my case. Any help/advice to debug would be appreciated!

I wonder if it is related to the fact that I am trying to add this to a Flask Admin app?

@mstenta
Copy link
Author

mstenta commented Sep 21, 2020

I wonder if it is related to the fact that I am trying to add this to a Flask Admin app?

Tested in another app (not Flask Admin) and have the same issue.

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

1 participant