ArgoCD: Reconciliation Timeout Too Small

Viewed 12

I'm a newbie in ArgoCD and I have a question like below: by default, ArgoCD polls Git repositories every three minutes to detect changes to the manifests. And one way to reduce this delay (according to my Google search here) is to change the value of timeout.reconciliation , which is defined in the ConfigMap argocd-cm, to whatever number we want to change it to.

So my question is: what are the drawbacks if our timeout.reconciliation value is "small", let's say 10s for example, please ? Are there any technical problems if we do this, please?

Thank you guys !!!

0 Answers
Related