feat: throttle requests at scheduler based on --max_queued_requests (#7565)
This commit is contained in:
@@ -911,6 +911,8 @@ class AbortReq:
|
||||
rid: str = ""
|
||||
# Whether to abort all requests
|
||||
abort_all: bool = False
|
||||
# The finished reason data
|
||||
finished_reason: Optional[Dict[str, Any]] = None
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user