Skip to content

Commit ea399e9

Browse files
committed
Change tower mapping of status: unknown, to Error instead of failed
1 parent 40fbbb7 commit ea399e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trailblazer/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class TowerStatus(StrEnum):
163163
TowerStatus.RUNNING: TrailblazerStatus.RUNNING,
164164
TowerStatus.SUBMITTED: TrailblazerStatus.PENDING,
165165
TowerStatus.SUCCEEDED: TrailblazerStatus.COMPLETED,
166-
TowerStatus.UNKNOWN: TrailblazerStatus.FAILED,
166+
TowerStatus.UNKNOWN: TrailblazerStatus.ERROR,
167167
}
168168

169169

0 commit comments

Comments
 (0)