-
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
Query never completes #60
Comments
What happens is that such queries with an incredible number of results get killed by celery timeout (configured to 600 seconds). This is good, but the problem is that the frontend receives no indication about a timeout/error occurring, and to the user it seems like the query is stuck. (#26) I think the desirable outcome here would be to show the user as many results as possible while the query is still running. Then when the query times out, show a relevant warning explaining that there are too many occurrences for the query to be fully executed, and that the user should narrow it down. Notes:
|
For example:
//node[@rel="det"]
over the CGN corpus on the prod/acc servers.I tried running several similar queries and they seem to work on gretel4 but fail on 5.
Might be because there are too many results + something related to deployment.
The text was updated successfully, but these errors were encountered: