Skip to content

Commit c0441fb

Browse files
fix: clearifyling comment
1 parent a74e672 commit c0441fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/guidellm/scheduler/result.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ class SchedulerRunInfo(StandardBaseModel):
6262
completed_requests: int = 0
6363
errored_requests: int = 0
6464

65+
# The default is "interrupted" to be fail safe, if
66+
# the `termination_reason` logic is not reached for
67+
# any reason - we assume it was interrupted.
6568
termination_reason: TerminationReason = "interrupted"
6669

6770

0 commit comments

Comments
 (0)