advancedScenario & System Design Questions
ArgoCD shows OutOfSync but git shows the commit was made 20 minutes ago
Check whether ArgoCD is polling or using webhooks. If polling, the default 3-minute interval means 20 minutes of OutOfSync is unusual -- check controller logs. If webhooks configured, check GitHub webhook delivery history for the failed delivery.
This is a Pro chapter
Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.
ArgoCD shows OutOfSync but git shows the commit was made 20 minutes ago