Skip to content

502 querying for User's hasAnyContributions (in contributionsCollections) #24844

Discussion options

You must be logged in to vote

Hi @lmatter,

Thanks for being here,  I believe this is both a bug, but also it looks like it’s being triggered by a time out in the amount of data that you are requesting. All API calls have a 10 second limit, and if executing this takes longer - the call is terminated and an error is returned.

Single GraphQL requests can involve more data per request then REST calls, and are more expensive 1:1 in general (however they are far more optimized).

For now, you’ll need to reduce the amount of data the query involves, perhaps reducing the pagination from 100 objects per page, I was able to run the query at 20. I’ll pass it along this feedback to the appropriate teams. 

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
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
Labels
None yet
2 participants