Is Azure Functions running in Consumption mode appropriate for massively varying, yet time critical Load?

谁说胖子不能爱 提交于 2019-12-05 21:12:15

Based on my experience, this scenario is not properly covered by Consumption Plan. They can scale up to many instances, but not very rapidly. 2 minutes is way too fast to rely on.

I was mostly working with queues, not HTTP, but I got delays up to 40 minutes caused by low pace of scaling up.

If you can predict which 2 minutes are going to be heavy-loaded, your best bet could be to provision the capacity with a script (or another Function).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!