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

Error when limit is not set for some queries #85

Closed
ajkannan opened this issue Jan 13, 2016 · 1 comment
Closed

Error when limit is not set for some queries #85

ajkannan opened this issue Jan 13, 2016 · 1 comment

Comments

@ajkannan
Copy link

When users run queries that have many results or run multiple queries concurrently, they can see an "internal error" (500). When users set a limit on the query results, they may stop getting the error. A work around for users is to set a limit for the number of results to return. Then the user can use the end cursor from the first query's response as the start cursor for the next query request to get the next set of results.

@ajkannan
Copy link
Author

ajkannan commented Apr 8, 2016

Closing this as this should be fixed in v1beta3.

@ajkannan ajkannan closed this as completed Apr 8, 2016
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