ipython / ipython/ipyparallel

Allow pickling of AsyncResults

未關閉
#632 0 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Jupyter Notebook
星號
2.6k
分支
1k
PR 合併指標
30 天內沒有已合併 PR

描述

If we pickled AsyncResult objects with:

1. msg_ids
2. client connection info
3. partition info for AsyncMapResults

We could unpickle to an AsyncHubResult with a new client connection, making the workflow of [following past tasks](https://github.com/ipython/ipyparallel/issues/629#issuecomment-966392478) a lot nicer.

貢獻指南

開啟貢獻指南

研究方向

Start by tracing AsyncResult and AsyncMapResults, focusing on their message IDs, client connection information, and partition information. Determine how an unpickled result could become an AsyncHubResult with a new client connection; done means these result objects can be pickled and later restored for following past tasks.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
python
領域
distributed-systems
Issue 類型
功能
難度
5/5
預估耗時
一週以上
活躍度
停滯
描述清晰度
需要釐清
新手友好度
25/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。