Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(proxy-wasm) periodically sweep the root context store
This frees trapped Wasm instances used by the root context (e.g. `on_tick`) periodically instead of at worker shutdown. Trapped instances from background ticks used to accumulate until OOM.
- Loading branch information