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

Sometimes really slow searches #85

Closed
mikaelsvensson opened this issue Nov 21, 2014 · 3 comments
Closed

Sometimes really slow searches #85

mikaelsvensson opened this issue Nov 21, 2014 · 3 comments
Assignees
Milestone

Comments

@mikaelsvensson
Copy link
Contributor

Sometimes it takes upwards of one minute to get a response from the server. This can happen regardless of how much data is to be fetched. The problem does not seem to be located at the server (there are no excessively long requests logged by Rails on the server).

Try to see if there is a pattern between these slow requests.

Introduce a timeout which automatically aborts slow requests.

@mikaelsvensson mikaelsvensson self-assigned this Nov 21, 2014
@mikaelsvensson mikaelsvensson added this to the 0.1 milestone Nov 21, 2014
@mikaelsvensson
Copy link
Contributor Author

Could there be some kind of deadlock issue between competing background tasks?

@mikaelsvensson
Copy link
Contributor Author

Are these searches ever completed, or do they complete because "something else jogs or interupts" the search thread!?

@mikaelsvensson
Copy link
Contributor Author

The cause of this bug may be the thing that causes #79.

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