dask / dask/distributed

Simplifying serialization of status messages

Open
#4,376 10 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

In the Scheduler and to some extent the Workers, we send status messages that are MsgPack serializable. Though currently we go through all the same serialization steps we go through when serializing data, which adds a fair bit of overhead. It might be worth looking into a fast path for sending these status messages to improve overall message transmission runtime.

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.