Trever Schirmer
TU Berlin & ECDF
Valentin Carl
TU Berlin & ECDF
Tobias Pfandzelter
TU Berlin & ECDF
David Bermbach
TU Berlin & ECDF

ProFaaStinate: Delaying Serverless Function Calls to Optimize Platform Performance

Presentation: PDF

Function-as-a-Service (FaaS) enables developers to run serverless applications without managing operational tasks. In current FaaS platforms, both synchronous and asynchronous calls are executed immediately. In this paper, we present ProFaaStinate, which extends serverless platforms to enable delayed execution of asynchronous function calls. This allows platforms to execute calls at convenient times with higher resource availability or lower load. ProFaaStinate is able to optimize performance without requiring deep integration into the rest of the platform, or a complex systems model. In our evaluation, our prototype built on top of Nuclio can reduce request response latency and workflow duration while also preventing the system from being overloaded during load peaks. Using a document preparation use case, we show a 54% reduction in average request response latency. This reduction in resource usage benefits both platforms and users as cost savings.