Skip to content

Commit 024c30a

Browse files
committed
Don't need this code anymore
1 parent 14a4183 commit 024c30a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ export class CompleteAttemptService extends BaseService {
312312
checkpoint,
313313
forceRequeue: isOOMRetry,
314314
oomMachine,
315-
error: sanitizedError,
316315
});
317316
}
318317

@@ -559,7 +558,6 @@ export class CompleteAttemptService extends BaseService {
559558
checkpoint,
560559
forceRequeue = false,
561560
oomMachine,
562-
error,
563561
}: {
564562
execution: TaskRunExecution;
565563
executionRetry: TaskRunExecutionRetry;
@@ -570,7 +568,6 @@ export class CompleteAttemptService extends BaseService {
570568
forceRequeue?: boolean;
571569
/** Setting this will also alter the retry span message */
572570
oomMachine?: MachinePresetName;
573-
error: TaskRunError;
574571
}) {
575572
const retryAt = new Date(executionRetry.timestamp);
576573

0 commit comments

Comments
 (0)