-
Notifications
You must be signed in to change notification settings - Fork 9
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
Analytics query fails and crashes indexer #1623
Milestone
Comments
I’ll look into this
…On Sat, Oct 12, 2024 at 12:19 PM Nathan Tranquilla ***@***.***> wrote:
Query:
query InternalCommands($limit: Int, $sort_by: FeetransferSortByInput!, $query: FeetransferQueryInput!) {
feetransfers(limit: $limit, sortBy: $sort_by, query: $query) {
fee
blockHeight
}
}
Variables:
{
"limit": 10000000,
"sort_by": "BLOCKHEIGHT_DESC",
"query": {
"canonical": true,
"blockHeight_gte": 358604,
"blockHeight_lte": 359604
}
}
—
Reply to this email directly, view it on GitHub
<#1623>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKBBZUFCVSMLN5A3EFVIYZTZ3FY3XAVCNFSM6AAAAABP2VP6U2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4DGMZUGY2DSMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
The limit is too high. I didn't think it mattered. But I think we should bound the limit based on the two heights, if they are both supplied. |
I'll work around this issue in the front end by lowering the limit. |
4 tasks
This is still an issue. |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Query:
Variables:
The text was updated successfully, but these errors were encountered: