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 合并指标
 (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.

贡献者指南