AngularFire/Firestore 使用最大退避延迟来防止后端过载
AngularFire/Firestore Using maximum backoff delay to prevent overloading the backend
今天,在进行了简单的调整部署(未安装新功能)后,我的 angularfire 应用程序仍然存在很多延迟。检查控制台日志时看到此消息,在登录屏幕中,没有任何操作或请求。
谁能给点技巧?
Firestore (4.9.0) 2018-05-22T22:05:09.569Z: FirebaseError: [code=resource-exhausted]: Quota exceeded.
Firestore (4.9.0) 2018-05-22T22:04:17.606Z: Using maximum backoff delay to prevent overloading the backend.
卸载旧的未使用功能后问题解决
npm 卸载 firebase 函数
我在 angularfire 2 中也遇到了同样的错误。看起来有两种可能的选择可以解决这个问题
1) 用户 firebase 云函数。将您的代码移到那里并从 angular 调用该函数。检索数据。
2) 编写 python 脚本并使用 PyCharm.
等工具执行它
今天,在进行了简单的调整部署(未安装新功能)后,我的 angularfire 应用程序仍然存在很多延迟。检查控制台日志时看到此消息,在登录屏幕中,没有任何操作或请求。
谁能给点技巧?
Firestore (4.9.0) 2018-05-22T22:05:09.569Z: FirebaseError: [code=resource-exhausted]: Quota exceeded.
Firestore (4.9.0) 2018-05-22T22:04:17.606Z: Using maximum backoff delay to prevent overloading the backend.
卸载旧的未使用功能后问题解决
npm 卸载 firebase 函数
我在 angularfire 2 中也遇到了同样的错误。看起来有两种可能的选择可以解决这个问题
1) 用户 firebase 云函数。将您的代码移到那里并从 angular 调用该函数。检索数据。
2) 编写 python 脚本并使用 PyCharm.
等工具执行它