-
Notifications
You must be signed in to change notification settings - Fork 0
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
Milestone
Comments
Could there be some kind of deadlock issue between competing background tasks? |
Are these searches ever completed, or do they complete because "something else jogs or interupts" the search thread!? |
The cause of this bug may be the thing that causes #79. |
mikaelsvensson
added a commit
that referenced
this issue
Nov 22, 2014
mikaelsvensson
added a commit
that referenced
this issue
Nov 22, 2014
mikaelsvensson
added a commit
that referenced
this issue
Nov 22, 2014
… background job completes #85
mikaelsvensson
added a commit
that referenced
this issue
Dec 24, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: