dask / dask/distributed

Handle non-msgpack serializable data in Queues

Open
#5,580 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.7k
Forks
778
Avg merge
2h 50m
Merged PRs (30d)
3

Description

Right now when someone puts a non-msgpack serializable piece of data in a Queue we get an inscrutable error message.

It would be nice to either ...

1. Raise an informative error message about the kind of data that one can put into queues
2. Automatically do something like call `client.scatter(data)` on the input and then gather it back when someone `get`s it on the receiving end.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.