Firebase函数部署超时

huangapple go评论47阅读模式
英文:

Firebase function deployment timing out

问题

今天突然间,所有 Firebase 函数部署在 25 分钟后都超时,尽管未对 Firebase CLI 和其他依赖进行任何更改。

firebase-tools: 11.18.0
node: 14.20.1
firebase-admin: 11.5.0
firebase-functions: 4.2.0
firebase deploy --only functions:functionName
英文:

Today suddenly, all firebase function deployments timeout after 25 minutes, despite changing nothing about the firebase cli and other dependencies.

firebase-tools: 11.18.0
node: 14.20.1
firebase-admin: 11.5.0
firebase-functions: 4.2.0
firebase deploy --only functions:functionName 

答案1

得分: 1

我遇到了相同的问题。尽管原因可能不同,因为我尝试从js切换到ts,同时升级了从node 14到18,并升级了cli版本到最新。我的错。

现在回滚到了js,但仍然无法部署。我尝试在一个分段项目上部署该函数,它成功了。

英文:

I'm having the same issue. Although it might be for different reasons as I tried to switch from js to ts, and at the same time upgraded to from node 14 to 18 and upgraded the cli version to the latest. My bad.

Now rolled back to js but still not able to deploy. I tried to deploy the function on a staging project and it worked.

答案2

得分: 0

A few hours later, without updating any dependencies or CLIs, the problem fixed itself. It was definitely something broken on Google's side. But what's surprising is how it wasn't even listed on the status dashboard.

英文:

A few hours later, without updating any dependencies or CLIs, the problem fixed itself. It was definetly something broken on Google side. But what's surprising is how it wasn't even listed on the status dashboard.

huangapple
  • 本文由 发表于 2023年5月24日 21:08:51
  • 转载请务必保留本文链接:https://go.coder-hub.com/76323906.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定