Mark Koob
03/16/2021, 12:47 PMMark Koob
03/16/2021, 12:48 PMZanie
with worker_client
block. See https://distributed.dask.org/en/latest/task-launch.html#connection-with-context-managerZanie
this can deadlock the scheduler if too many tasks request jobs at once. Each task does not communicate to the scheduler that they are waiting on results and are free to compute other tasks. This can deadlock the cluster if every scheduling slot is running a task and they all request more tasks.
Mark Koob
03/16/2021, 7:32 PMZanie
dask.Client
in task"Marvin
03/16/2021, 7:47 PM