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

jobs page won't open #60

Closed
JohnHarrison opened this issue Aug 19, 2016 · 1 comment
Closed

jobs page won't open #60

JohnHarrison opened this issue Aug 19, 2016 · 1 comment

Comments

@JohnHarrison
Copy link

The jobs page is so heavy duty now that it frequently times out. Also attempting to load it apparently fires off this query:
SELECT * FROM job_history WHERE job_name='UserIndexer' AND job_group='AdminSearch' ORDER BY start DESC LIMIT 100
which doesn't seem to run quickly.

It might be better to have a very lightweight jobs template and then load specific job histories on demand as needed. Or maybe there is some way to make the query more efficient.

@pauldraper
Copy link
Contributor

There actually was an index, though it hadn't been run in our internal environment. Related to #61

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

2 participants