https://prefect.io logo
Title
s

Sven Teresniak

07/16/2020, 12:50 PM
https://docs.prefect.io/orchestration/recipes/k8s_dask.html Why is work stealing disabled in your example and whats the purpose of
$DASK_DISTRIBUTED__SCHEDULER__BLOCKED_HANDLERS
?
j

josh

07/16/2020, 12:52 PM
Hi @Sven Teresniak this is left over from some old version locking implementation and actually a PR went in to update this yesterday 🙂 https://github.com/PrefectHQ/prefect/pull/2973
s

Sven Teresniak

07/16/2020, 12:52 PM
hihi okay nice
so i can just remove both envs for my dask-based cluster? (v0.12.4)
j

josh

07/16/2020, 12:56 PM
Yes you should be able to or you could work off of master until
0.12.5
is released 🙂
s

Sven Teresniak

07/16/2020, 12:59 PM
ok thanks