Merge pull request #4479 from influxdata/feat/dar-331

feat: dar-331 - Add Scheduled Tasks SLA information
pull/4462/head^2
sunbryely-influxdata 2022-09-26 10:37:29 -10:00 committed by GitHub
commit f3a7997b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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 doesnt 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**.