argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
17.75k stars 5.41k forks source link

Implement Sync timeout #15932

Open riuvshyn opened 1 year ago

riuvshyn commented 1 year ago

Summary

Implement Sync timeout.

Motivation

Quite ofter due to various reasons especially while managing remote clusters Application Sync gets stuck forever. Without Sync timeout it creates unnecessary toil to terminate stuck application syncs.

Proposal

Optional sync parameter defaulted to current behaviour.

blakepettersson commented 9 months ago

See #16630