Skip to content

Something went wrong while executing your query. This may be the result of a timeout #24631

Discussion options

You must be logged in to vote

@csantarin the timeout problem can happen for any graphql that is complex and trying to receive too much data.
Its something I have encountered when trying to perform audits that retrieve lost of data.
When using queries that are at risk of timeout I tune my query to retrieving smaller set of data and leverage paging.
Likely you need to do something similar in terms of breaking up into to chunk sizes that you are confident will not timeout.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment