Skip to content

Commit e678568

Browse files
authored
Add link to Tasks experimental issue (#118117)
1 parent 3a292e9 commit e678568

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/internal/DistributedArchitectureGuide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,9 @@ The tasks infrastructure is used to track currently executing operations in the
386386

387387
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.
388388

389+
> [!NOTE]
390+
> The Task management API is experimental/beta, its status and outstanding issues can be tracked [here](https://github.com/elastic/elasticsearch/issues/51628).
391+
389392
### Task tracking and registration
390393

391394
Tasks are tracked in-memory on each node in the node's [TaskManager], new tasks are registered via one of the [TaskManager#register] methods.

0 commit comments

Comments
 (0)