cluster-workers
cluster-workers copied to clipboard
Drop cloud module for serialization
trafficstars
We currently use PiCloud's cloud library for serialization of closures. Since PiCloud is no more, this is unmaintained. It also doesn't support Python 3. We should find an alternative or stop serializing closures.
Dill is a possible alternative.