简体   繁体   English

Firebase Cloud Firestore 读取操作在免费配额限制下资源耗尽错误?

[英]Firebase Cloud Firestore read operation Resource Exhausted error under free quota limit?

I am using Firebase Cloud Firestore DB with my Django web application and since last evening I am getting following error:我将 Firebase Cloud Firestore DB 与我的 Django web 应用程序一起使用,从昨晚开始我收到以下错误:

File "C:\ProgramData\Anaconda3\envs\signapp\lib\site-packages\google\api_core\grpc_helpers.py", line 59, in error_remapped_callable
six.raise_from(exceptions.from_grpc_error(exc), exc)
File "<string>", line 3, in raise_from
google.api_core.exceptions.ResourceExhausted: 429 Quota exceeded.

But when I checked the Firestore usage console I found that usage is under the free quota limit (within 50K)-但是当我检查 Firestore 使用控制台时,我发现使用量低于免费配额限制(50K 以内)- Firestore 使用控制台

Also when I checked the usage console in GCP, I found the usage different from the above-另外,当我查看 GCP 中的使用控制台时,我发现用法与上述不同- GCP_使用情况

So does anyone know what is the correct usage metric here?那么有人知道这里正确的使用指标是什么吗? Without switching to a paid plan since my usage is under free quota how I can solve this ResourceExhausted error?由于我的使用量低于免费配额,因此无需切换到付费计划,我该如何解决此 ResourceExhausted 错误?

Both metrics are correct.这两个指标都是正确的。 Firestore DB write operation limit is 20K and I had crossed that limit. Firestore DB 写入操作限制为 20K,我已经超过了该限制。 So I was facing the issue.所以我面临这个问题。 I was confused between the read and write limit.我对读写限制感到困惑。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Firebase 云函数部署错误 - 超出配额 - Firebase Cloud Functions Deploy Error - Quota Exceeded 超出 GCP 云装甲配额“SECURITY_POLICY_RULES”。 限制:免费层帐户的 0.0 全局错误 - GCP Cloud armor Quota 'SECURITY_POLICY_RULES' exceeded. Limit: 0.0 globally error for Free tier account AWS Sagemaker 突然且不一致地抛出超出资源限制的错误(限制 0),服务配额显示 10? - AWS Sagemaker suddenly and inconsistently throws resource limit exceeded error (limit 0), service quota says 10? Firebase 已超出此项目错误的云存储配额 - Firebase cloud storage quota has been exceeded for this project error 错误:@firebase/firestore: Firestore (9.6.11): 无法到达 Cloud Firestore 后端 - Error: @firebase/firestore: Firestore (9.6.11): Could not reach Cloud Firestore backend 使用 Firebase 云从 Cloud Firestore 读取数据 function - Read data from Cloud firestore with Firebase cloud function 谷歌云平台 (GCP) 未知错误。 原始错误消息:操作失败:区域内 CPU 配额不足 - Google cloud Platform(GCP) Unknown error. Original error message: Operation failed: Insufficient CPU quota in region 使用 firebase 云 function 从云 Firestore 读取数据? - Read data from cloud firestore with firebase cloud function? 连接到 firebase/firestore 时出错:无法到达 Cloud Firestore 后端 - Error when connecting to firebase/firestore: Could not reach Cloud Firestore backend 在 React Native Cloud Firestore 中出现错误“@firebase/firestore: Firestore (9.15.0): Connection WebChannel transport errored” - Getting the error " @firebase/firestore: Firestore (9.15.0): Connection WebChannel transport errored" in React Native Cloud Firestore
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM