You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All CD pipelines are supposed to fail a deployment if the status is not received as healthy for a certain time period. This functionality is broken for argo cd pipelines.
Fixes
Add cron for checking last deployment status of cd pipeline (argo type) and update cd_workflow_runner with failed pipeline status.