Andrew42
Andrew42
@oshadura and I have been working on setting up a k8s+docker+helm local deployment of dask in an effort to mirror the coffea-casa production environment. After a lot of debugging and...
Update: I've made a new plugin called `DistributedEnvironmentPlugin` which takes a pip-installable directory, zips it up, and installs it on a worker machine. The plugin also includes the ability to...
So I think it is going to depend on how exactly your code runs, namely the part that runs on the worker. In any case, I agree that it doesn't...
Is it possible your issue is just a relative path difference? `UploadDirectory` (which is technically a _nanny_ plugin) uploads the inputs to `dask-worker-space`, but when your code gets executed on...