Closed SeppahBaws closed 4 months ago
Latest commit: 661487129c9160364cb323702e706d39b31a4c1a
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Name | Link |
---|---|
Latest commit | 661487129c9160364cb323702e706d39b31a4c1a |
Latest deploy log | https://app.netlify.com/sites/houdinigraphql/deploys/668f879f147af100088d0ec4 |
Name | Link |
---|---|
Latest commit | 661487129c9160364cb323702e706d39b31a4c1a |
Latest deploy log | https://app.netlify.com/sites/houdini-docs-next/deploys/668f879ff36bd900081b9256 |
Fixes #1302
This adds a timeout to
pullSchema
. In the rare event that the remote API is unreachable (the request is not cancelled immediately, but just never resolves),pullSchema
will show a warning that the remote API is unreachable, instead of hanging indefinitely before nodejs cancels the fetch automatically. (which can sometimes take minutes!)To help everyone out, please make sure your PR does the following:
pnpm run tests
andcd integration && pnpm run tests
pnpm changeset