- Hands-On Serverless Computing
- Kuldeep Chowhan
- 141字
- 2021-08-05 10:35:29
Execution duration
Functions are limited in how long each invocation is allowed to run. Each cloud provider has different time limits for their FaaS offering, after which the function execution will be terminated. Let's look at the different timeouts provided by each cloud provider for functions:
- AWS Lambda—5 minutes
- Azure Functions—10 minutes
- Google Functions—9 minutes
As the execution of the functions are limited by the time limit set by the providers, certain architectures with long running processes are not suited for the FaaS architecture. If you still want to fit those long running processes into a FaaS architecture, then you would need to design the architecture so that several functions are coordinated to accomplish a long running task, as oppose to in a traditional architecture where everything would be handled within the same application.
- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- Circos Data Visualization How-to
- 錯覺:AI 如何通過數據挖掘誤導我們
- Learning Apache Cassandra(Second Edition)
- 信息物理系統(CPS)測試與評價技術
- Prometheus監控實戰
- Kubernetes for Developers
- Learning Azure Cosmos DB
- 工業自動化技術實訓指導
- 學練一本通:51單片機應用技術
- Photoshop CS5圖像處理入門、進階與提高
- Raspberry Pi Projects for Kids
- 計算機應用基礎學習指導與練習(Windows XP+Office 2003)
- 玩轉PowerPoint
- 渲染王3ds Max三維特效動畫技術