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

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5958/head
Jameelah Mercer 2025-04-09 15:51:04 -07:00 committed by GitHub
parent a4e3a4e259
commit d4be4372c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ When events occur in the database, the Processing engine handles them through a
Triggers connect database events to Python code execution based on specific conditions:
- **Data write triggers**: Execute when data is written to specific tables
- **Data write triggers**: Execute on WAL flush events, when data is written to the object store, for a specific table or all tables in a database
- **Scheduled triggers**: Run at intervals or according to cron expressions
- **HTTP triggers**: Respond to HTTP requests to custom endpoints