[dask] disable work stealing explicitly for training tasks (#6794)

This commit is contained in:
James Lamb
2021-03-29 03:47:56 -05:00
committed by GitHub
parent a59c7323b4
commit f01af43eb0

View File

@@ -907,6 +907,7 @@ async def _train_async(
evals_per_worker,
pure=False,
workers=[worker_addr],
allow_other_workers=False
)
futures.append(f)