Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
0115e957
Unverified
Commit
0115e957
authored
Mar 16, 2026
by
Roy Wang
Committed by
GitHub
Mar 16, 2026
Browse files
[Frontend][Misc] Remove unused log in `/is_sleeping` (#37093)
Signed-off-by:
esmeetu
<
jasonailu87@gmail.com
>
parent
116ed130
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/entrypoints/serve/sleep/api_router.py
vllm/entrypoints/serve/sleep/api_router.py
+0
-1
No files found.
vllm/entrypoints/serve/sleep/api_router.py
View file @
0115e957
...
@@ -45,7 +45,6 @@ async def wake_up(raw_request: Request):
...
@@ -45,7 +45,6 @@ async def wake_up(raw_request: Request):
@
router
.
get
(
"/is_sleeping"
)
@
router
.
get
(
"/is_sleeping"
)
async
def
is_sleeping
(
raw_request
:
Request
):
async
def
is_sleeping
(
raw_request
:
Request
):
logger
.
info
(
"check whether the engine is sleeping"
)
is_sleeping
=
await
engine_client
(
raw_request
).
is_sleeping
()
is_sleeping
=
await
engine_client
(
raw_request
).
is_sleeping
()
return
JSONResponse
(
content
=
{
"is_sleeping"
:
is_sleeping
})
return
JSONResponse
(
content
=
{
"is_sleeping"
:
is_sleeping
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment