gpt4 book ai didi

firebase - 如何限制 firebase 函数的实例数

转载 作者:行者123 更新时间:2023-12-03 21:09:29 25 4
gpt4 key购买 nike

我使用以下 firebase cli 命令来部署我的 firebase 功能

firebase deploy --only functions
像这样部署时,如何限制函数的实例数量?它看起来像 gcloud命令有 --max-instances限制实例的选项,但在 firebase cli 中找不到类似的东西。

最佳答案

您可以设置 maxInstances编写函数时,使用 runWith并传入 RuntimeOptions
像这样的东西:

 functions
.runWith({maxInstances: 3})
.https.onCall(() => {});

关于firebase - 如何限制 firebase 函数的实例数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64887456/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com