-
Notifications
You must be signed in to change notification settings - Fork 88
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
graph check: operation timed out #792
Comments
My team is also experiencing this issue. I tried submitting a support request to Apollo but received a 500 error when doing so. |
We experiment the same issue in our organisation, it seem to be linked to the size of the schema and the number of operations. |
This comment has been minimized.
This comment has been minimized.
Sorry for closing this! This actually does seem to be unrelated to the current incident outlined in #834 - this is more due to the size of the query you're making as @antiqe calls out. One thing I could see us doing to fix this is to split the requests for operations up into 1-week chunks and perform them all in parallel. |
Would it be possible to provide a --timeout cli argument as well to wait longer for a request? |
I've opened a pull request that allows configuration of the timeout if you'd like to take a look 😄 |
We're running into the same thing, but even at just one week. It will sometimes pass, but failing more often than it's passing right now. |
Description
When running
rover graph check
against a graph with lots of metrics, the CLI times out.I could however confirm the check completed and shown relevant errors on the website.
I tried reducing the
validation-period
to 1 week and it then worked as expected.We are currently using the now deprecated
apollo schema:check
which works for the same validation periodSteps to reproduce
Not sure how to reproduce without my graph and the number of metrics, but here's the check in question if you can access it
The only change I made in my schema was to make an input field required
https://studio.apollographql.com/graph/MaintainX-API-Dev/operationsCheck/43f73be5-8316-4ce4-8a0e-ec2f7551d1d9?variant=production
Note it seems to take ~40s to run the check, so I'm guessing there's a 30s time out ?
Expected result
Expected the following but with a validation-period of 1 month
Actual result
Environment
The text was updated successfully, but these errors were encountered: