Function
Sharing State
Sharing state between tasks in a queue
Beta9 includes a concurrency-safe distributed queue, accessible both locally and within remote containers.
Serialization is done using cloudpickle, so any object that supported by that should work here. The interface is that of a standard python queue.
Because this is backed by a distributed queue, it will persist between runs.
Simple Queue
Was this page helpful?