【发布时间】:2019-11-12 19:34:09
【问题描述】:
我有一个包含 70 多个函数的 Firebase Functions 项目。它在节点 8 上运行。
经过 5-7 次完整部署后,我收到错误消息:
You have exceeded your deployment quota, please deploy your functions in batches by using the --only flag, and wait a few minutes before deploying again. Go to https://firebase.google.com/docs/cli/#deploy_specific_functions to learn more
不清楚这是什么原因?我达到了哪个极限?配额何时更新?
几分钟后部署不工作。
【问题讨论】:
-
你很可能超过了其中之一:firebase.google.com/docs/functions/…
-
您是否在短时间内持续部署功能?你能说出这些部署的时间间隔吗?
标签: firebase google-cloud-functions