File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
apps/webapp/app/v3/services Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,6 @@ export class CompleteAttemptService extends BaseService {
312
312
checkpoint,
313
313
forceRequeue : isOOMRetry ,
314
314
oomMachine,
315
- error : sanitizedError ,
316
315
} ) ;
317
316
}
318
317
@@ -559,7 +558,6 @@ export class CompleteAttemptService extends BaseService {
559
558
checkpoint,
560
559
forceRequeue = false ,
561
560
oomMachine,
562
- error,
563
561
} : {
564
562
execution : TaskRunExecution ;
565
563
executionRetry : TaskRunExecutionRetry ;
@@ -570,7 +568,6 @@ export class CompleteAttemptService extends BaseService {
570
568
forceRequeue ?: boolean ;
571
569
/** Setting this will also alter the retry span message */
572
570
oomMachine ?: MachinePresetName ;
573
- error : TaskRunError ;
574
571
} ) {
575
572
const retryAt = new Date ( executionRetry . timestamp ) ;
576
573
You can’t perform that action at this time.
0 commit comments