Add link to Tasks experimental issue (#118117)

This commit is contained in:
Nick Tindall 2024-12-06 14:22:59 +11:00 committed by GitHub
parent 3a292e982f
commit e67856895b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -386,6 +386,9 @@ The tasks infrastructure is used to track currently executing operations in the
Each individual task is local to a node, but can be related to other tasks, on the same node or other nodes, via a parent-child relationship.
> [!NOTE]
> The Task management API is experimental/beta, its status and outstanding issues can be tracked [here](https://github.com/elastic/elasticsearch/issues/51628).
### Task tracking and registration
Tasks are tracked in-memory on each node in the node's [TaskManager], new tasks are registered via one of the [TaskManager#register] methods.