-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Serverless environments keep functions warm for some undefined period of time after the initial cold start. Optimizations take advantage of this time period of punctuated statefulness. For example a database connection can be initiated once and reused, an file can be loaded into memory an re-used vs being loaded for every execution.
Can your technique be used to extend this statefulness beyond this undefined warm period with some kind of check-pointing scheme? It seems it would work well for the file-io example not so much for the database connection.
Metadata
Metadata
Assignees
Labels
No labels