Firebase Cloud功能超时

时间:2017-12-04 09:13:30

标签: firebase google-cloud-platform google-cloud-functions

我使用了firebase的新云功能功能。对于http类型的方法,该方法的默认超时持续时间为60秒,我可以使用谷歌云控制台和方法的高级设置更新它。

但是,当我部署新版本的方法时,超时设置再次为60秒,我需要在每次部署方法后更新此字段。

我可以通过任何方式设置每个功能的超时时间。

1 个答案:

答案 0 :(得分:0)

将firebase-tools模块更新为至少版本3.15.3,其中修复了此错误。你总能得到这样的最新版本:

npm install -g firebase-tools@latest