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

Put default limit for fetching records from GraphQL #398

Open
saboonikhil opened this issue Jun 15, 2023 · 1 comment · May be fixed by #418
Open

Put default limit for fetching records from GraphQL #398

saboonikhil opened this issue Jun 15, 2023 · 1 comment · May be fixed by #418
Labels
bug Something isn't working high priority

Comments

@saboonikhil
Copy link
Member

On running this query:

query MyQuery {
  historicalAccountBalances {
    accountId
    assetId
    blockNumber
  }
}

Query node goes down with the below result:

Screenshot 2023-06-15 at 8 01 28 PM

This is likely due to elevated volume of records (8510836 for the above query) being pulled at once.

@saboonikhil saboonikhil linked a pull request Jul 11, 2023 that will close this issue
@Chralt98 Chralt98 added high priority bug Something isn't working labels Jan 24, 2024
@Chralt98
Copy link
Member

I put this to high priority bug right now, because it halted our development process a couple of times now, because I made the mentioned unlimited calls accidentally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants