apache/openwhisk

provide a run-once mode that disables container reuse

Open

#3 896 ouverte le 24 juil. 2018

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Scala (1 177 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (6 777 stars)
Métriques de merge PR
 (Merge moyen 17h 31m) (3 PRs mergées en 30 j)

Description

Today we reuse containers for performance reasons. There are many advantages however to run-once that disables container reuse. Just as @tysonnorris is adding support for intra-container concurrency via an opt-in annotation, we can do the same to prevent container reuse for an action annotated accordingly to create a new container every time. This has the nice property of ensuring that every function starts from the same pristine environment.

Guide contributeur