deep-foundation / deep-foundation/deeplinks
Unable to reserve big amount of links
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
# 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]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.