You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Hello, I got an answer from github with this issue : #6 .
Here is:
Hi there,
Thanks for reaching out and I apologize for the delay in getting back to you on this
Looking at the logs, It looks like you are hitting timeouts on our GraphQL API. All API requests, both for the REST API and GraphQL API, have a 10 second limit on execution time. If that limit is reached for a request, the request is terminated. That behaviour is expected and we're not able to increase this 10-second limit.
This normally happens when the query used involves too much data, so the way to avoid timeouts is to write smaller queries. Requests that touch a lot of data should be split into several smaller queries and executed separately.
Hope this helps and sorry again for the delay.