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 {
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
You can’t perform that action at this time.
0 commit comments