英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论