Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/server/kafka/AliEcsSynchronizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class AliEcsSynchronizer {
eorReasons.push({
category: 'LHC',
title: 'Dump',
description: 'Run stopped due to LHC dump',
description: 'Automatic stop of run by ECS due to LHC dump',
});
}
runService
Expand All @@ -101,7 +101,7 @@ class AliEcsSynchronizer {
{ timeO2End: timestamp.toNumber() },
{
userO2Stop: { userIdentifier: { externalUserId }, name: userName },
eorReasons,
...eorReasons?.length > 0 ? { eorReasons } : {},
},
)
.catch((error) => this._logger.errorMessage(`Failed to save run end for ${runNumber}: ${error.message}`));
Expand Down
Loading