Recreate_task_locally got stuck

Hi, I have some task running via dask.delayed → dask.compute, and seems taking really longer than expected.
I tried to recreate the task locally to debug with pdb.runcall(client.recreate_task_locally, my_future)
but seems the “recreate_task_locally” got stuck inside “sync”
any suggestion?
Thanks

@yhe Welcome to discourse and thanks for your question! Could you please share a minimal, reproducible example? It will allow us to help you better!

1 Like