Skip to content
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

Unable to reserve big amount of links #19

Open
Konard opened this issue Sep 1, 2024 · 0 comments
Open

Unable to reserve big amount of links #19

Konard opened this issue Sep 1, 2024 · 0 comments

Comments

@Konard
Copy link
Member

Konard commented Sep 1, 2024

How to reproduce

await deep.reserve(5000)

Error

28 | };
29 | var ApolloError =  (function (_super) {
30 |     tslib.__extends(ApolloError, _super);
31 |     function ApolloError(_a) {
32 |         var graphQLErrors = _a.graphQLErrors, protocolErrors = _a.protocolErrors, clientErrors = _a.clientErrors, networkError = _a.networkError, errorMessage = _a.errorMessage, extraInfo = _a.extraInfo;
33 |         var _this = _super.call(this, errorMessage) || this;
                         ^
ApolloError: http exception when calling webhook
      at new ApolloError (/workspace/dev/russian-laws/node_modules/@apollo/client/errors/errors.cjs:33:21)
      at /workspace/dev/russian-laws/node_modules/@apollo/client/core/core.cjs:1427:47
      at both (/workspace/dev/russian-laws/node_modules/@apollo/client/utilities/utilities.cjs:1269:31)
      at /workspace/dev/russian-laws/node_modules/@apollo/client/utilities/utilities.cjs:1260:72
      at new Promise (:1:21)
      at then (/workspace/dev/russian-laws/node_modules/@apollo/client/utilities/utilities.cjs:1260:24)
      at /workspace/dev/russian-laws/node_modules/@apollo/client/utilities/utilities.cjs:1271:36
      at notifySubscription (/workspace/dev/russian-laws/node_modules/zen-observable/lib/Observable.js:135:16)
      at onNotify (/workspace/dev/russian-laws/node_modules/zen-observable/lib/Observable.js:179:3)
      at next (/workspace/dev/russian-laws/node_modules/zen-observable/lib/Observable.js:235:7)
✗ import and export [32138.78ms]

 0 pass
 1 fail
Ran 1 tests across 1 files. [33.29s]

Forked from deep-foundation/deeplinks#315 by https://github.com/konard/gh-org-migrator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant