We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558731a commit 7d9d653Copy full SHA for 7d9d653
apps/webapp/app/v3/services/resumeBatchRun.server.ts
@@ -132,7 +132,9 @@ export class ResumeBatchRunService extends BaseService {
132
if (wasUpdated) {
133
logger.debug("ResumeBatchRunService: Resuming dependent run without checkpoint", {
134
batchRunId: batchRun.id,
135
- dependentTaskAttemptId: batchRun.dependentTaskAttempt.id,
+ dependentTaskAttempt: batchRun.dependentTaskAttempt,
136
+ checkpointEventId: batchRun.checkpointEventId,
137
+ hasCheckpointEvent: !!batchRun.checkpointEventId,
138
});
139
await marqs?.replaceMessage(dependentRun.id, {
140
type: "RESUME",
0 commit comments