Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce argocd sync polling interval to reduce wait time #71

Open
corneliusroemer opened this issue Sep 26, 2024 · 0 comments
Open

Reduce argocd sync polling interval to reduce wait time #71

corneliusroemer opened this issue Sep 26, 2024 · 0 comments

Comments

@corneliusroemer
Copy link
Contributor

Currently we need to wait 180s for argocd to sync changes, this makes us have to wait 3min for every change. It's easy to reduce it to say 30s:

How often does Argo CD check for changes to my Git or Helm repository ?
The default polling interval is 3 minutes (180 seconds). You can change the setting by updating the timeout.reconciliation value in the argocd-cm config map. If there are any Git changes, ArgoCD will only update applications with the auto-sync setting enabled. If you set it to 0 then Argo CD will stop polling Git repositories automatically and you can only use alternative methods such as webhooks and/or manual syncs for deploying applications.

https://argo-cd.readthedocs.io/en/release-2.5/faq/#how-often-does-argo-cd-check-for-changes-to-my-git-or-helm-repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant