We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b8bb2 commit 2801866Copy full SHA for 2801866
content/shared/v3-core-plugins/_index.md
@@ -30,7 +30,9 @@ The Processing engine provides four types of triggers—each type corresponds to
30
- **WAL Flush**: Triggered when the write-ahead log (WAL) is flushed to the object store (default is every second).
31
- **Scheduled Tasks**: Triggered on a schedule you specify using cron syntax.
32
- **On-request**: Triggered on a GET or POST request to the bound HTTP API endpoint at `/api/v3/engine/<CUSTOM_PATH>`.
33
+<!--
34
- **Parquet Persistence (coming soon)**: Triggered when InfluxDB 3 persists data to object storage Parquet files.
35
+-->
36
37
### Activate the Processing engine
38
0 commit comments