Skip to content

Commit 6a587b3

Browse files
committed
Log out the runIds for failed batches
1 parent faef0ad commit 6a587b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/webapp/app/services/runsReplicationService.server.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ export class RunsReplicationService {
476476
this.logger.error("Error inserting task run inserts", {
477477
error: taskRunError,
478478
flushId,
479+
runIds: taskRunInserts.map((r) => r.run_id),
479480
});
480481
recordSpanError(span, taskRunError);
481482
}
@@ -484,6 +485,7 @@ export class RunsReplicationService {
484485
this.logger.error("Error inserting payload inserts", {
485486
error: payloadError,
486487
flushId,
488+
runIds: payloadInserts.map((r) => r.run_id),
487489
});
488490
recordSpanError(span, payloadError);
489491
}

0 commit comments

Comments
 (0)