mirror of
https://github.com/exo-explore/exo.git
synced 2026-06-03 03:39:03 -04:00
log
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user