documentation not updated following #3029
Following closure of https://github.com/dask/distributed/issues/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.
@vianneylanguille would you be interested for making a PR for this update?
@guillaumeeb yes, but actually I am not sure whether my statement is True or not. i can update the doc but I would just need a cross check from someone who knows better the topic than me
Well, code has changed a lot since the first fix for task with resources stealing, but there are steal tests running with worker or resources restrictions: https://github.com/dask/distributed/blob/main/distributed/tests/test_steal.py#L531.
So I guess the statement is indeed False and has been for a while!