Simplifying serialization of status messages
Open
- 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
Assessment
This issue has not been assessed yet.