We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, my dashboard has become very very very slow. I'm talking about queries that last 5s but when cumulated cause waiting times of 30s.
By examining the requests I think the culprit are the /queues.json and /jobs/failed/1.json endpoints.
/queues.json
/jobs/failed/1.json
I must admit that I have 194681 failed jobs.
Also notice this contradictory information:
I'm willing to help! Where should I look?
The text was updated successfully, but these errors were encountered:
I'm looking at the serialize_queues function
serialize_queues
rq-dashboard/rq_dashboard/web.py
Line 107 in 3a3c91a
but I cannot figure out where the failed queue is handled (it doesn't really exist).
failed
Sorry, something went wrong.
No branches or pull requests
Hi, my dashboard has become very very very slow. I'm talking about queries that last 5s but when cumulated cause waiting times of 30s.
By examining the requests I think the culprit are the
/queues.json
and/jobs/failed/1.json
endpoints.I must admit that I have 194681 failed jobs.
Also notice this contradictory information:
I'm willing to help! Where should I look?
The text was updated successfully, but these errors were encountered: