Update content/shared/influxdb3-processing-engine.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5963/head
Jameelah Mercer 2025-04-14 19:19:38 -07:00 committed by GitHub
parent 22c9617ef4
commit 8f543a6052
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ The Processing engine runs Python code directly within a {{% product-name %}} se
When events occur in the database, the Processing engine handles them through a consistent sequence:
1. A **trigger** activates the plugin based on one of three event types:
1. A _trigger_ configures execution parameters and executes the plugin based on one of three event types:
- Data writes to specific tables or all tables
- Scheduled events (time-based or cron expressions)
- HTTP requests to configured endpoints