dgraph-io / dgraph-js

Official Dgraph JavaScript client
Apache License 2.0
323 stars 52 forks source link

too many request #156

Closed ethever closed 4 months ago

ethever commented 2 years ago

GitHub Issues are deprecated. Use Discuss Issues for reporting issues about this repository. { "errors": [ { "message": "2 UNKNOWN: 429 Too Many Requests. Please throttle your requests", "locations": [ { "line": 14, "column": 15 } ], "path": [ "postsWithRelay", "edges", 2, "node", "commentsWithRelay", "edges", 2, "node", "creator" ], "extensions": { "code": "INTERNAL_SERVER_ERROR", "exception": { "code": 2, "details": "429 Too Many Requests. Please throttle your requests", "metadata": { "content-type": [ "application/grpc" ] }, "stacktrace": [ "Error: 2 UNKNOWN: 429 Too Many Requests. Please throttle your requests", " at Object.callErrorFromStatus (/api/node_modules/@grpc/grpc-js/build/src/call.js:31:26)", " at Object.onReceiveStatus (/api/node_modules/@grpc/grpc-js/build/src/client.js:180:52)", " at Object.onReceiveStatus (/api/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:365:141)", " at Object.onReceiveStatus (/api/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:328:181)", " at /api/node_modules/@grpc/grpc-js/build/src/call-stream.js:182:78", " at processTicksAndRejections (node:internal/process/task_queues:78:11)" ] } } } ],