revising note
parent
aac71feedb
commit
ad2a2fe3a8
|
@ -13,8 +13,8 @@ The Processing engine runs Python code directly within a {{% product-name %}} se
|
||||||
values
|
values
|
||||||
|
|
||||||
> [!Note]
|
> [!Note]
|
||||||
> **Runtime environment**: Plugin executions run in the same Python process, and changes can affect other plugins. Plugins are not
|
> The Processing engine runs all plugins in the same Python process. Changes made by one plugin can affect other plugins,
|
||||||
> fully isolated from each other.
|
> as the system does not fully isolate changes from each other.
|
||||||
|
|
||||||
### Event processing flow
|
### Event processing flow
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue