diff --git a/service/channel.go b/service/channel.go index 6ddc8e9ec..5c55855b2 100644 --- a/service/channel.go +++ b/service/channel.go @@ -75,6 +75,8 @@ func ShouldDisableChannel(channelType int, err *types.NewAPIError) bool { return true case "pre_consume_token_quota_failed": return true + case "Arrearage": + return true } switch oaiErr.Type { case "insufficient_quota":