This commit is contained in:
Evan
2026-06-02 01:39:34 +01:00
parent 8465182b2c
commit aa17b24641

View File

@@ -320,6 +320,7 @@ class RunnerSupervisor:
try:
with self._ev_recv as events:
async for event in events:
logger.error(f"!!!!! {event.__class__.__name__}")
if isinstance(event, RunnerTerminationError):
# try to get exception if possible
await self._check_runner(event)