globus/globus-compute

get_results to use batched status requests

オープン

#238 opened on 2020/09/02

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)Python (52 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (162 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド