-
-
Notifications
You must be signed in to change notification settings - Fork 748
Open
Labels
bugSomething is brokenSomething is brokendocumentationImprove or add to documentationImprove or add to documentationgood first issueClearly described and easy to accomplish. Good for beginners to the project.Clearly described and easy to accomplish. Good for beginners to the project.
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething is brokenSomething is brokendocumentationImprove or add to documentationImprove or add to documentationgood first issueClearly described and easy to accomplish. Good for beginners to the project.Clearly described and easy to accomplish. Good for beginners to the project.