Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ use ephemeral runtimes for discovered assets
We were already instantiating new runtimes for every asset that was discovered. However, until the introduction of ephemeral runtimes, these had the disadvantage that any runtime that was shut down would also shut down the plug instance, which is shared. In this new paradigm, we introduce explicitly ephemeral runtimes, which are not shared. They have their own plugin instance that can safely be shut down without impacting other providers. For more details see: mondoohq/cnquery#2050 Signed-off-by: Dominik Richter <[email protected]>
- Loading branch information