Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 Functions 应用程序空闲一段时间后,它会进入冷态。
当它开始转换到代码状态时是否有通知机制?
目前无法使用相关通知。但是在这个issue中,mathewc 提到他们正在添加一些关于获取函数状态的 API,如果状态包括idle,则可以满足您的要求。
idle
尽管如此,您可以控制超时持续时间或启用Always On. 如果要设置超时持续时间,请按照此操作或按以下方式设置。
Always On
{ "functionTimeout": "00:05:00" }