diff --git a/content/influxdb/v2.4/process-data/get-started.md b/content/influxdb/v2.4/process-data/get-started.md index e3d8af1f7..f40fee628 100644 --- a/content/influxdb/v2.4/process-data/get-started.md +++ b/content/influxdb/v2.4/process-data/get-started.md @@ -49,10 +49,15 @@ option task = {name: "downsample_5m_precision", every: 1h, offset: 0m} _See [Task configuration options](/influxdb/v2.4/process-data/task-options) for detailed information about each option._ +_Note that InfluxDB doesn't guarantee that a task will run at the scheduled time. +See [View task run logs for a task](/influxdb/v2.4/process-data/manage-tasks/task-run-history) +for detailed information on task service-level agreements (SLAs)._ + {{% note %}} The InfluxDB UI provides a form for defining task options. {{% /note %}} + {{% cloud-only %}} ### Task options for invokable scripts diff --git a/content/influxdb/v2.4/process-data/manage-tasks/task-run-history.md b/content/influxdb/v2.4/process-data/manage-tasks/task-run-history.md index 796249785..306e37640 100644 --- a/content/influxdb/v2.4/process-data/manage-tasks/task-run-history.md +++ b/content/influxdb/v2.4/process-data/manage-tasks/task-run-history.md @@ -20,6 +20,16 @@ and the exit status of the run attempt. Use the InfluxDB user interface (UI), the `influx` command line interface (CLI), or the InfluxDB `/api/v2` API to view task run histories and associated logs. +{{% warn %}} +InfluxDB doesn’t guarantee that a task will run at the scheduled time. During busy +periods, tasks are added to the run queue and processed in order of submission. +The scheduled start time and actual start time can be viewed in the logs under +`scheduledFor` and `startedAt`. + +Task execution time doesn't affect the time range queried. Tasks will query +over the set time range as if executed on schedule regardless of delay. +{{% /warn %}} + ## View a task's run history in the InfluxDB UI 1. In the navigation menu on the left, select **Tasks**.