在本地模拟firebase函数时,有没有办法从默认的60s更改函数超时?
已将 --idlePruneInterval
添加为Google云模拟器CLI的选项:https://github.com/GoogleCloudPlatform/cloud-functions-emulator/issues/66
此选项似乎无法正常工作在firebase服务模式中不受官方支持:
firebase serve --only functions --idlePruneInterval=5000
或实验shell仿真:
firebase experimental:functions:shell --idlePruneInterval=5000
还有另一种解决这个问题的方法吗?也许编辑一个配置文件?
答案 0 :(得分:0)
Firebase中的Cloud Functions模拟器与Google Cloud Platform组织提供的模拟器分开。一个命令行参数不一定适用于另一个。