Add a flush function to the Run class
@kzscisoft がすでに取り組んでいます。
2024年11月7日 から。
評価
この issue はまだ評価されていません。
説明
Sometimes the direct dispatcher is impractical to use, as it results in prohibitively many requests being made to the server. But in these cases, users may still want to be able to query metrics that they have already told a Run to upload.
For this case, we need a .flush() function which will empty any queues in the dispatcher (sending their contents to the server). Crucially, control should not flow out of the .flush() function until all those uploads have finished, so that any subsequent queries of that data are guaranteed to be correct.
The use case that has made this requirement apparent is using connectors (which upload lots of things to a run - so many that the direct dispatcher causes problems) with the optimization framework (where we often want to query the contents of a still-open run just after metrics have been sent to it).
- 主要言語
- Python
- スター
- 4
- フォーク
- 1
- 平均マージ
- 7日 6時間
- マージ済み PR(30日)
- 6
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
simvue-io/python-api のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
simvue-io/python-api#994 ·
-
bug
難易度 1/5 1時間未満 初心者へのやさしさ 68/100
simvue-io/python-api#538 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 65/100
simvue-io/python-api#1000 · コメント 2 件 ·
-
bug
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
simvue-io/python-api#987 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
simvue-io/python-api#932 ·
simvue-io/python-api の issue をすべて見る
似ている issue
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
stephrobert/dsoxlab#238 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
sublimehq/package_control#1780 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
nwg-piotr/nwg-displays#145 ·