Hi,
I am wondering about dask Client.restart() behavior - specifically if it reloads new code on the backend if, for example, a package is updated to a newer version.
The reason I am asking is because I am exploring ways to allow dask workers to run on new code version without fully restarting. I would really appreciate it if there is any suggestions / if this is a common problem.
Thanks! I really appreciate all the work that dask community has done to maintain this awesome codebase.