Apply suggestions from code review

jts/fix-mono-get-started
Jason Stirnaman 2025-02-24 14:40:35 -06:00 committed by GitHub
parent c5b8bb2663
commit 28018666a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -30,7 +30,9 @@ The Processing engine provides four types of triggers—each type corresponds to
- **WAL Flush**: Triggered when the write-ahead log (WAL) is flushed to the object store (default is every second).
- **Scheduled Tasks**: Triggered on a schedule you specify using cron syntax.
- **On-request**: Triggered on a GET or POST request to the bound HTTP API endpoint at `/api/v3/engine/<CUSTOM_PATH>`.
<!--
- **Parquet Persistence (coming soon)**: Triggered when InfluxDB 3 persists data to object storage Parquet files.
-->
### Activate the Processing engine