Skip to content

Commit 09925a4

Browse files
Add missing error log
1 parent 26319a5 commit 09925a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/guidellm/scheduler/worker.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,9 @@ async def _process_runner():
254254
)
255255
) is not None:
256256
if shutdown_event and shutdown_event.is_set():
257+
logger.error("This shouldn't happen! "
258+
"We should catch the "
259+
"shutdown in the get wrapper")
257260
logger.info(f"Shutdown signal received in future {process_id}")
258261
break
259262

0 commit comments

Comments
 (0)