Skip to content

Commit 7d9d653

Browse files
committed
Add the full dependentTaskAttempt to a ResumeBatchRunService log
1 parent 558731a commit 7d9d653

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/webapp/app/v3/services/resumeBatchRun.server.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ export class ResumeBatchRunService extends BaseService {
132132
if (wasUpdated) {
133133
logger.debug("ResumeBatchRunService: Resuming dependent run without checkpoint", {
134134
batchRunId: batchRun.id,
135-
dependentTaskAttemptId: batchRun.dependentTaskAttempt.id,
135+
dependentTaskAttempt: batchRun.dependentTaskAttempt,
136+
checkpointEventId: batchRun.checkpointEventId,
137+
hasCheckpointEvent: !!batchRun.checkpointEventId,
136138
});
137139
await marqs?.replaceMessage(dependentRun.id, {
138140
type: "RESUME",

0 commit comments

Comments
 (0)