dgraph-io/dgraph-js

too many request

ethever opened this issue · 0 comments

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)"
]
}
}
}
],