Update content/shared/influxdb3-processing-engine.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>pull/5963/head
parent
22c9617ef4
commit
8f543a6052
|
@ -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:
|
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
|
- Data writes to specific tables or all tables
|
||||||
- Scheduled events (time-based or cron expressions)
|
- Scheduled events (time-based or cron expressions)
|
||||||
- HTTP requests to configured endpoints
|
- HTTP requests to configured endpoints
|
||||||
|
|
Loading…
Reference in New Issue