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
I have configured the ArgoCD webhook in the GitLab project deployed locally. When a push event is triggered, ArgoCD logs the event, but the sync operation is not triggered.
Sometimes, it also exceeds the automatic sync cycle.
When the webhook is triggered, the following output is generated (sensitive information has been redacted):
kubectl logs -f -n argocd deployment/argocd-server
time="2024-11-28T11:20:37Z" level=info msg="Received push event repo: http://xxx/xxx/app, revision: master, touchedHead: true"
@lytalk, sounds like it's a different issue. Feel free to open a separate ticket for that.
@ibrarahmed1124, this is symptomatic of slow reconciliation time due to inefficient algorithm in v2.12 and below. Try upgrading to 2.13 and see if this still persists. The issue would appear if you have large app and large namespace.
Checklist:
argocd version
.Describe the bug
Application syncup is taking longer time on one cluster. Rest cluster is working fine without any issue.
Previous reported issue number - #20786
To Reproduce
It takes more than 20 minutes when we syncup any application even though there is no change with the git codes.
Expected behavior
Syncup should take reasonable time.
Screenshots
Version
argocd: v2.5.1+504da42
BuildDate: 2022-11-01T21:14:30Z
GitCommit: 504da42
GitTreeState: clean
GoVersion: go1.18.8
Compiler: gc
Platform: linux/amd64
Logs
time="2024-11-27T09:52:05Z" level=info msg="Reconciliation completed" application=argocd/my-app-converge-12126 dedup_ms=0 dest-name= dest-namespace=ns-converge-12126-prod dest-server="https://kubernetes.default.svc/" diff_ms=303 fields.level=2 git_ms=336 health_ms=9 live_ms=103 settings_ms=0 sync_ms=0 time_ms=1320168
The text was updated successfully, but these errors were encountered: