docs/operating-scylla/nodetool-commands/tasks/index.rst
.. toctree:: :hidden:
abort <abort> drain <drain> user-ttl <user-ttl> list <list> modules <modules> status <status> tree <tree> ttl <ttl> wait <wait>
tasks - Nodetool supercommand for managing task manager tasks.
Task manager is an API-based tool for tracking long-running background operations, such as repair or compaction, which makes them observable and controllable. Task manager operates per node.
task_ttl_in_seconds secondsabort </operating-scylla/nodetool-commands/tasks/abort> - Aborts the task.drain </operating-scylla/nodetool-commands/tasks/drain> - Unregisters all finished local tasks.user-ttl </operating-scylla/nodetool-commands/tasks/user-ttl> - Gets or sets user_task_ttl value.list </operating-scylla/nodetool-commands/tasks/list> - Lists tasks in the module.modules </operating-scylla/nodetool-commands/tasks/modules> - Lists supported modules.status </operating-scylla/nodetool-commands/tasks/status> - Gets status of the task.tree </operating-scylla/nodetool-commands/tasks/tree> - Gets statuses of the task and all its descendants.ttl </operating-scylla/nodetool-commands/tasks/ttl> - Gets or sets task_ttl value.wait </operating-scylla/nodetool-commands/tasks/wait> - Waits for the task and gets its status.