Skip to content

Commit bbd8a5f

Browse files
authored
removed timeout notification (#6760)
1 parent e177cb3 commit bbd8a5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/workflow/status/WorkflowStatusService.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ func (impl *WorkflowStatusServiceImpl) CheckHelmAppStatusPeriodicallyAndUpdateIn
213213
impl.logger.Errorw("error on handling deployment success event", "wfr", wfr, "err", err)
214214
return err
215215
}
216-
} else if wfr.Status == cdWorkflow2.WorkflowTimedOut {
217-
impl.deploymentEventHandler.WriteCDNotificationEventAsync(pipelineOverride.Pipeline.AppId, pipelineOverride.Pipeline.EnvironmentId, pipelineOverride, util.Fail)
218216
}
219217
}
220218
return nil

0 commit comments

Comments
 (0)