Skip to content

Question - Restoring from check-point #1

Description

@andrewluetgers

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions