From e0fff39d78af43fd6a59c63f78472bb8eb2ac277 Mon Sep 17 00:00:00 2001 From: meelahme Date: Mon, 14 Apr 2025 13:47:30 -0700 Subject: [PATCH] active voice proofread --- content/shared/influxdb3-processing-engine.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/shared/influxdb3-processing-engine.md b/content/shared/influxdb3-processing-engine.md index 7f5b60802..81fec6632 100644 --- a/content/shared/influxdb3-processing-engine.md +++ b/content/shared/influxdb3-processing-engine.md @@ -60,25 +60,25 @@ The Processing engine implements specialized memory handling to ensure stability The Processing engine is designed for high-performance operation with minimal overhead: -- **Low latency**: Sub-millisecond trigger activation -- **Efficient access**: Direct database access without network overhead -- **Controlled resources**: Configurable memory and CPU limits -- **Execution policies**: Synchronous or asynchronous processing options +- **Low latency**: Activates triggers in sub-millisecond time +- **Efficient access**: Accesses database directly without network overhead +- **Controlled resources**: Limits memory and CPU usage through configuration +- **Execution policies**: Offers synchronous or asynchronous processing options ## Reliability features The Processing engine includes multiple features to ensure consistent and dependable execution: -- **Error handling**: Configurable behaviors (log, retry, or disable) -- **Execution tracking**: Monitoring of plugin performance -- **State persistence**: Cache management across server restarts +- **Error handling**: Configures behaviors for failure scenarios (log, retry, or disable) +- **Execution tracking**: Tracks plugin performance and resource usage +- **State persistence**: Persists cache state across server restarts ## Extension capabilities Extend and customize the Processing engine through several built-in mechanisms: -- **Package management**: Custom Python dependency installation -- **Plugin distribution**: Git-based plugin sharing -- **Shared API**: Consistent interface for database operations +- **Package management**: Installs custom Python dependencies +- **Plugin distribution**: Distributes plugins via Git repositories +- **Shared API**: Provides consistent interface for database operations For a step-by-step guide to setting up and using the Processing engine, see the [Getting started with plugins](/influxdb3/core/plugins/) documentation. \ No newline at end of file