I've found that, either when running the test suite or short experiments, distributed leaves lots of (empty) worker directories around in my work directory:
$ tree worker-*
worker-1nsxxt70
└── storage
worker-2zdjkg_k
└── storage
worker-4agvlevk
└── storage
worker-4jv0zy__
└── storage
worker-4mue6z3j
└── storage
[etc.]
It would be nice to be able to clean them up when possible.
I've found that, either when running the test suite or short experiments, distributed leaves lots of (empty) worker directories around in my work directory:
It would be nice to be able to clean them up when possible.