gpt4 book ai didi

google-cloud-platform - Google Firebase Functions 部署失败 - 我该怎么办?

转载 作者:行者123 更新时间:2023-12-05 03:35:00 29 4
gpt4 key购买 nike

错误信息:

Error: There was an error deploying functions

firebease-debug.log 包含这个:

 [debug] [2021-11-16T12:12:16.165Z] Error: Failed to upsert schedule function lab2 in region europe-west3

函数代码:

exports.lab2 =
functions
.region('europe-west3')
.pubsub.schedule('*/10 * * * *')
.onRun(lab);

我能做什么?谷歌支持导致stackoverflow,所以我贴在这里。是否有更好的方法来处理 Google Cloud 问题?

最佳答案

当您在 Firebase Functions 中使用计划函数时,会创建 Cloud Scheduler 工作所需的 App Engine 实例。你可以阅读它here .在其设置过程中,系统会提示您选择项目的默认 Google Cloud Platform (GCP) 资源位置(如果在设置其他服务时尚未选择)。

您收到该错误是因为您指定的默认 GCP 资源位置与您计划的 Cloud Functions 的区域不同。如果您在 Firebase 中单击项目概览旁边的齿轮,您可以看到您的资源所在的位置。将默认 GCP 资源位置设置为与调度程序功能区域相同,可以解决问题。

关于google-cloud-platform - Google Firebase Functions 部署失败 - 我该怎么办?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69989040/

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