-
Notifications
You must be signed in to change notification settings - Fork 17
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 (#792)
* ✨ 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]> * ✨ add the v8 asset sync compat from snquery Signed-off-by: Dominik Richter <[email protected]> * update cnquery Signed-off-by: Ivan Milchev <[email protected]> --------- Signed-off-by: Dominik Richter <[email protected]> Signed-off-by: Ivan Milchev <[email protected]> Co-authored-by: Ivan Milchev <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters