-
-
Notifications
You must be signed in to change notification settings - Fork 747
Open
Labels
Description
Following closure of #1389 after merge allowing work stealing for resources-restricted tasks, it seems doc has not been updated.
https://distributed.dask.org/en/stable/work-stealing.html#restrictions still states:
"If a task has been specifically restricted to run on particular workers (such as is the case when special hardware is required) then we do not steal."
Maybe it would be worth clarifying that resources restrictions are OK.