chore: log heartbeat fallback and add test
This commit is contained in:
parent
0d5e5f8dee
commit
507ed25289
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user