【问题标题】:Firebase Cloud Firestore read operation Resource Exhausted error under free quota limit?Firebase Cloud Firestore 读取操作 Resource Exhausted 在免费配额限制下出错?
【发布时间】:2020-12-24 06:40:33
【问题描述】:

我在我的 Django Web 应用程序中使用 Firebase Cloud Firestore DB,从昨晚开始我收到以下错误:

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.

但是当我检查 Firestore 使用控制台时,我发现使用量低于免费配额限制(50K 以内)-

另外,当我检查 GCP 中的使用控制台时,我发现用法与上述不同 -

那么有谁知道这里的正确使用指标是什么? 由于我的使用量低于免费配额,因此无需切换到付费计划,如何解决此 ResourceExhausted 错误?

【问题讨论】:

    标签: python-3.x google-cloud-firestore


    【解决方案1】:

    这两个指标都是正确的。 Firestore DB 写入操作限制是 20K,我已经超过了这个限制。 所以我面临着这个问题。 我对读写限制感到困惑。

    【讨论】:

      猜你喜欢
      • 2022-11-16
      • 1970-01-01
      • 2018-06-20
      • 2019-10-22
      • 1970-01-01
      • 2022-01-10
      • 2021-12-09
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多