enhancementhelp wanted
倉庫指標
- Star
- (6,777 star)
- PR 合併指標
- (平均合併 17小時 31分鐘) (30 天內合併 3 個 PR)
描述
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.