[Misc] Add log information for handle_process_request. (#14130)

Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
This commit is contained in:
Chauncey
2025-03-10 16:40:50 +08:00
committed by GitHub
parent 1253b15774
commit 460f553a6d

View File

@ -292,6 +292,8 @@ class MQLLMEngine:
# We do not set self._errored = True here, since the error
# is due to an issue adding this request to the engine,
# rather than an issue with the engine itself.
logger.debug("Failed to add request %s to engine. %s",
request.request_id, e)
is_errored = self._errored_with is not None
rpc_err = RPCError(request_id=request_id,
is_engine_errored=is_errored,