[V1] Improve TP>1 Error Handling + Stack Trace (#11721)
Co-authored-by: Tyler Michael Smith <tyler@neuralmagic.com>
This commit is contained in:
@@ -198,7 +198,7 @@ class EngineCoreProc(EngineCore):
|
||||
except Exception:
|
||||
traceback = get_exception_traceback()
|
||||
logger.error("EngineCore hit an exception: %s", traceback)
|
||||
parent_process.send_signal(signal.SIGQUIT)
|
||||
parent_process.send_signal(signal.SIGUSR1)
|
||||
|
||||
finally:
|
||||
if engine_core is not None:
|
||||
|
||||
Reference in New Issue
Block a user