hashed logging k8s

This commit is contained in:
Frostebite 2023-09-18 23:55:33 +01:00
parent c0f9b06f04
commit cc57addcc7
3 changed files with 4 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -66,7 +66,10 @@ class KubernetesTaskRunner {
shouldCleanup,
output,
));
FollowLogStreamService.DidReceiveEndOfTransmission = RemoteClientLogger.HandleLogChunkLine(message);
const result = RemoteClientLogger.HandleLogChunkLine(message);
if (result) {
FollowLogStreamService.DidReceiveEndOfTransmission = true;
}
}
if (FollowLogStreamService.DidReceiveEndOfTransmission) {
CloudRunnerLogger.log('end of log stream');