Browse Source

Add link to Tasks experimental issue (#118117)

Nick Tindall 10 months ago
parent
commit
e67856895b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/internal/DistributedArchitectureGuide.md

+ 3 - 0
docs/internal/DistributedArchitectureGuide.md

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