Skip to content

Commit 8050d4b

Browse files
committed
minor updates
1 parent 2d380ea commit 8050d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/shared/influxdb3-cli/test/schedule_plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ influxdb3 test schedule_plugin \
7878
--schedule "0 0 * * * ?" \
7979
PLUGIN_DIR/FILENAME.py
8080
```
81-
- `--input-arguments` accepts comma-separated key=value pairs.
82-
- `--schedule` expects a Quartz cron expression; e.g., "0 0 * * * ?" runs at the top of every hour.
81+
- Pass plugin parameters using `--input-arguments` as comma-separated key=value pairs.
82+
- Use `--schedule` to set the plugin’s execution time with a Quartz cron expression. For example, "0 0 * * * ?" runs the plugin at the start of every hour.
8383

8484
{{% /code-placeholders %}}

0 commit comments

Comments
 (0)