chore: log heartbeat fallback and add test
This commit is contained in:
@@ -481,6 +481,14 @@ export async function monitorWebProvider(
|
|||||||
replyResolver,
|
replyResolver,
|
||||||
runtime,
|
runtime,
|
||||||
});
|
});
|
||||||
|
heartbeatLogger.info(
|
||||||
|
{
|
||||||
|
connectionId,
|
||||||
|
to: fallbackTo,
|
||||||
|
durationMs: Date.now() - tickStart,
|
||||||
|
},
|
||||||
|
"reply heartbeat sent (fallback session)",
|
||||||
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user