- Hands-On Serverless Computing
- Kuldeep Chowhan
- 69字
- 2025-04-04 16:32:06
Long running application
One of the benefits of serverless architectures is that they are built to be fast, scalable, event-driven functions. Therefore, long-running batch operations are not well suited for this architecture. Most cloud providers have a timeout period of five minutes, so any process that takes longer than this allocated time is terminated. The idea is to move away from batch processing and into real-time, quick, responsive functionality.