We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74e672 commit c0441fbCopy full SHA for c0441fb
src/guidellm/scheduler/result.py
@@ -62,6 +62,9 @@ class SchedulerRunInfo(StandardBaseModel):
62
completed_requests: int = 0
63
errored_requests: int = 0
64
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.
68
termination_reason: TerminationReason = "interrupted"
69
70
0 commit comments