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
Sometimes a bad yaml is pushed, and ArgoCD encounters and error during syncing. A fix is pushed, but ArgoCD doesn't abort the current sync, which is stuck.
It seems to automatically abort/retry after about 5-10 minutes, but that's too long.
Proposal
Perhaps the algorithm needs to abort and retry if a newer commit is available?
Or there should be a configurable timeout where it aborts if no progress is made within 60s.
The text was updated successfully, but these errors were encountered:
Summary
Sometimes a bad yaml is pushed, and ArgoCD encounters and error during syncing. A fix is pushed, but ArgoCD doesn't abort the current sync, which is stuck.
Possibly related to: #6208
Motivation
It seems to automatically abort/retry after about 5-10 minutes, but that's too long.
Proposal
Perhaps the algorithm needs to abort and retry if a newer commit is available?
Or there should be a configurable timeout where it aborts if no progress is made within 60s.
The text was updated successfully, but these errors were encountered: