flyteorg/flyte

[Run Service] Ensure `WatchRuns` works expected

クローズ

#6,981 opened on 2026/03/06

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)Python (378 件のフォーク)batch import
flyte2good first issue

Repository metrics

Stars
 (3,705 個のスター)
PR merge metrics
 (平均マージ 3d 8h) (30d で 114 merged PRs)

説明

Command

SCOPE=project bash runs/test/scripts/watch_runs.sh

Response

Field Expected Presented? Need implement?
runs repeated Run
runs[].action Action
runs[].action.id ActionIdentifier
runs[].action.id.run.org string
runs[].action.id.run.project string
runs[].action.id.run.domain string
runs[].action.id.run.name string
runs[].action.id.name string
runs[].action.metadata ActionMetadata
runs[].action.status ActionStatus
runs[].action.status.phase ActionPhase
runs[].action.status.start_time Timestamp
runs[].action.status.end_time optional Timestamp ✅ (available when the action terminated)
runs[].action.status.attempts uint32
runs[].action.status.cache_status CatalogCacheStatus
runs[].action.status.duration_ms optional uint64 ✅ (available when the action terminated)

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