Skip to content

Commit c68246e

Browse files
authored
add EndReasonCPUExhausted (#1635)
1 parent 2f8e4d6 commit c68246e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

livekit/livekit_egress.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const (
2020
EndReasonSrcClosed = "Source closed"
2121
EndReasonLimitReached = "Session limit reached"
2222
EndReasonStreamsStopped = "All streams stopped"
23+
EndReasonCPUExhausted = "CPU exhausted"
2324
EndReasonFailure = "Failure"
2425
)
2526

0 commit comments

Comments
 (0)