globus/globus-compute

get_results to use batched status requests

開放

#238 建立於 2020年9月2日

 (0 則留言) (0 個反應) (1 位負責人)Python (52 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (162 顆星)
PR 合併指標
 (平均合併 9天 19小時) (30 天內合併 16 個 PR)

描述

Currently we request task status for tasks one at a time when get_results is invoked. We could decouple this by introducing a thread that would do a batched status request for all pending tasks so that we minimize client->funcx-service communication. This would become shared mechanism to introduce a future based system if we want that.

貢獻者指南