Skip to content

Commit 680616b

Browse files
authored
misc: Timeout main notification (#6761)
* removed timeout notification * removed timeout notification
1 parent bbd8a5f commit 680616b

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
@@ -672,8 +672,6 @@ func (impl *WorkflowStatusServiceImpl) CheckFluxAppStatusPeriodicallyAndUpdateIn
672672
impl.logger.Errorw("error on handling deployment success event", "wfr", wfr, "err", err)
673673
return err
674674
}
675-
} else if wfr.Status == cdWorkflow2.WorkflowTimedOut {
676-
impl.deploymentEventHandler.WriteCDNotificationEventAsync(pipelineOverride.Pipeline.AppId, pipelineOverride.Pipeline.EnvironmentId, pipelineOverride, util.Fail)
677675
}
678676
}
679677
return nil

0 commit comments

Comments
 (0)