Describe the issue:
The docstring for Scheduler.close includes this message:
See Also
--------
Scheduler.cleanup
But as fat as I can tell no such method exists.
Minimal Complete Verifiable Example:
from dask.distributed import LocalCluster
cluster = LocalCluster(processes=False, protocol="tcp", n_workers=2, dashboard_address=':8788')
help(cluster.scheduler)
cluster.cleanup()
Anything else we need to know?:
Environment:
- Dask version: 2025.12.0
- Python version: 3.13.2
- Operating System: Debian Linux 12.12
- Install method (conda, pip, source): pip
Describe the issue:
The docstring for
Scheduler.closeincludes this message:But as fat as I can tell no such method exists.
Minimal Complete Verifiable Example:
Anything else we need to know?:
Environment: