From ad2a2fe3a8f724a35283326d95415ea84ba92e5c Mon Sep 17 00:00:00 2001 From: meelahme Date: Wed, 23 Apr 2025 13:48:58 -0700 Subject: [PATCH] revising note --- content/shared/influxdb3-processing-engine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/shared/influxdb3-processing-engine.md b/content/shared/influxdb3-processing-engine.md index 4bbd63d91..e1e86623e 100644 --- a/content/shared/influxdb3-processing-engine.md +++ b/content/shared/influxdb3-processing-engine.md @@ -13,8 +13,8 @@ The Processing engine runs Python code directly within a {{% product-name %}} se values > [!Note] -> **Runtime environment**: Plugin executions run in the same Python process, and changes can affect other plugins. Plugins are not -> fully isolated from each other. +> The Processing engine runs all plugins in the same Python process. Changes made by one plugin can affect other plugins, +> as the system does not fully isolate changes from each other. ### Event processing flow