Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google cloud firestore 云firestore带宽耗尽错误_Google Cloud Firestore - Fatal编程技术网

Google cloud firestore 云firestore带宽耗尽错误

Google cloud firestore 云firestore带宽耗尽错误,google-cloud-firestore,Google Cloud Firestore,我们使用CloudFireStore作为数据库,当数据库的并行读取速率增加时,会出现以下错误 details: "Bandwidth exhausted" message: "8 RESOURCE_EXHAUSTED: Bandwidth exhausted" stack: "Error: 8 RESOURCE_EXHAUSTED: Bandwidth exhausted at callErrorFromStatus (/usr/service/node_modules/@

我们使用CloudFireStore作为数据库,当数据库的并行读取速率增加时,会出现以下错误

details:  "Bandwidth exhausted"    
message:  "8 RESOURCE_EXHAUSTED: Bandwidth exhausted"    
stack:  "Error: 8 RESOURCE_EXHAUSTED: Bandwidth exhausted
at callErrorFromStatus (/usr/service/node_modules/@grpc/grpc-js/build/src/call.js:30:26)
at Http2CallStream.call.on (/usr/service/node_modules/@grpc/grpc-js/build/src/call.js:79:34)
at Http2CallStream.emit (events.js:198:15)
at process.nextTick (/usr/service/node_modules/@grpc/grpc-js/build/src/call-stream.js:100:22)
at processTicksAndRejections (internal/process/task_queues.js:79:9)"    
我们找不到什么是利率限制。您能告诉我什么是读取速率限制,在什么情况下firestore返回带宽耗尽错误吗


注意:在我们的项目中启用了计费。问题是我们找不到我们正在达到的极限。

资源耗尽错误表明项目超出了其配额或区域/多区域容量,因此根据您的描述,您的应用程序的读取量可能超出了预期。您可以在此查看更多详细信息

你可以检查免费配额和标准限制,以及超过这些数字的价格。需要注意的是,如果您选择允许您的应用程序超出免费配额,则必须为您的云平台项目启用计费,下面是一个示例

您还可以在下面的部分中检查您的应用程序在应用程序引擎上实际使用了多少配额:

希望这有帮助