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

Results Page hangs on long loads #59

Open
JeffOdegard opened this issue Oct 16, 2018 · 3 comments
Open

Results Page hangs on long loads #59

JeffOdegard opened this issue Oct 16, 2018 · 3 comments
Assignees
Labels
Milestone

Comments

@JeffOdegard
Copy link
Collaborator

When loading a marginally large number of results (more than 10, less than 300), the results page progress bars just freeze. The ingestion continues in the background, and reloading the Results page refreshes and restarts the bars, but they just freeze again in a short time.

@JeffOdegard JeffOdegard added this to the 1.3.4 milestone Oct 16, 2018
@godsgood33
Copy link
Collaborator

I don't think there is much that I can do about this. It is likely due to database load. My guess is that the refresh routines are timing out and therefore are not finishing, so it doesn't start another one. We might be able to shift the threshold a little by optimizing the ingestion queries, but beyond that, I don't think there is much that we can do. And that will come in time as we work toward 1.4 or 2.0. You might be able to change the number of scans ingested at the same time (2-3) and see if that works better.

@JeffOdegard
Copy link
Collaborator Author

Probably needs to be pushed to the rewrite. For now, we just reload the results page when it hangs.

@godsgood33 godsgood33 modified the milestones: 1.3.4, 1.4.0 Nov 30, 2018
@JeffOdegard
Copy link
Collaborator Author

No need to review - pushed to 1.4.0

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

No branches or pull requests

2 participants