[V1] Avoid socket errors during shutdown when requests are in in-flight (#16807)

Signed-off-by: Nick Hill <nhill@redhat.com>
This commit is contained in:
Nick Hill
2025-04-22 21:36:29 -07:00
committed by GitHub
parent 047797ef90
commit b2f195c429
2 changed files with 7 additions and 5 deletions

View File

@@ -384,7 +384,7 @@ class EngineCoreProc(EngineCore):
except SystemExit:
logger.debug("EngineCore exiting.")
raise
except Exception as e:
if engine_core is None:
logger.exception("EngineCore failed to start.")